reducing browser size

windows

Guest
Hi,

When I reduce the browser size all my divs and things overlap (i.e restore down) and then start shrinkin it by the bottom right corner.

How can i make it so that like <!-- w --><a class="postlink" href="http://www.msn.co.uk">www.msn.co.uk</a><!-- w --> it can just start a horizontal scroll bar and doesn't just start overlpaing everything.

Thanks
AdamGive the outer div a width.what if i cant because the middle must expand and is based on %Find out what the minimum width of the div has to be to prevent everything from overlapping, then try this:#outerdiv{
width:MINIMUM_WIDTH_HERE;
}

html>body #outerdiv{
width:auto;
min-width:MINIMUM_WIDTH_HERE;
}ok i have done that but some problems occured when on my absolute divs

I put min-width:MIN_WIDTH into the html, body {

and it has worked?

in doing this is there anything i should watch out for i.e other browsers??

Thanks
adam

added : - in firefox it works fine

but in i.e it does not?

Any ideas?

Thanks
adamI have been trying to do it but i have had no luck.

The problem i am gettin is that it is moving the menu accross with it.

If you could perhaps take a look and push me in the right direction that would be brill

<!-- m --><a class="postlink" href="http://dnet.apc-compunet.co.uk/index.php">http://dnet.apc-compunet.co.uk/index.php</a><!-- m -->

Thanks
Adam
 
Back
Top