.m. aquilina wrote:

>Hi,
>
>I finally got my layout to work in IE, FireFox and Netscape (have yet to 
>check in on Safari), and was feeling pretty excited about having figured out 
>how to use css.. until I discovered that if i shrunk my browser, the content 
>to the right shifted right over the left content.  They overlapped on to 
>each other.
>
>Is there some way of fixing this?  Ideally if the browser was minimized I 
>would like the page to still be legible by using the browser scroll on the 
>bottom.  I'm guessing from what I researched over the Internet it may have 
>something to do with the "position" or "float" tag.   If somebody could 
>please direct me I'd super grateful.
>
>My layout is just a 2 column page with a boarder around it. Content on the 
>left, and content on the right. 
>Here's what my code looks like. 
>[...]
>  
>
Hi M.!
I pasted *) the code in a testpage 
<http://home.tiscali.nl/developerscorner/css-discuss/test-shrinking-ori.htm>.
Main thing what is going wrong is the absolute positioning of the div's. 
Then the page cannot react on changings in window size and/or 
resolution. - The font size setting in px (also absolute value) is 
prohibiting the visitor to up- or downscale the font size in IE, if 
wanted/needed.

Is this the kind of thing you mean? New testpage 
<http://home.tiscali.nl/developerscorner/css-discuss/test-shrinking-new.htm>.
Direction: many links to good examples are on the css-d Wiki!

Greetings,
francky

*)
Now we have to make a page ourselves before we can see what is the 
question. Maybe you can upload a testpage next time, and give us the 
link? Guess it will speed up a reply! ;-)

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to