Some sites use a form of display (some sort of float I suppose) that never has any text “falling off the screen” , which means you never see the horizontal slide bar appear, no matter what resolution the screen is set at, or what magnification the browsers is set at.
What is the coding for that in css? I am (slowly) rewriting my site from straightforward html4, to xhtml with css and this would be a great improvement.
Many thanks in advance.



Reply With Quote



) You can add a max-width in px or em to prevent your lines of text becoming unreadably long on a wide screen. So something like 
Just a thought - wouldn't be the first time I've done that.

Bookmarks