Jump to content

Recommended Posts

Posted (edited)

Hi all,

 

I am having problem with aligning images and texts in my Template.

They look Ok, but whenever try to shrink the page with the cursor they just go out . . .

 

Take a look

www.bnec-bg.com

 

Thank you

Edited by bx3me
Posted

Your container is set at 80% - so if that 80% gets to be less than the room your images take up, they'll come out. It'd be better to give your container a set width.

Posted

I got it but still when shrinking the window from right to the left everything is reshaping, how to make it rigid . . .

 

no matter how big is the window, the content stay the same, and just partially visible

 

and when talking about exact size you mean to use Px. or what ?

Posted (edited)

You'll need a line like this in your CSS:

 

#container {
   margin: o, auto;
   width: 1013px;
   height:auto;
}

 

You have absolute positioning all over the place. But I couldn't find any rules for the #container div.

Edited by JBall

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...