hi, im wondering how they do to avoid that when the size of the window is reduced, the text doesnt wraps, but it remains at its size and a horizontal scrollbar appears if the window happen to be smaller that the page width?
this for example
<!-- m --><a class="postlink" href="http://www.csszengarden.com/?cssfile=/133/133.css&page=0">http://www.csszengarden.com/?cssfile=/1 ... css&page=0</a><!-- m -->
thx in advanceYou just need to set the width of your divs in px rather than in %. (And everything on that page stays in exactly the same place because there's a lot of absolute positioning).thx, ima try that
this for example
<!-- m --><a class="postlink" href="http://www.csszengarden.com/?cssfile=/133/133.css&page=0">http://www.csszengarden.com/?cssfile=/1 ... css&page=0</a><!-- m -->
thx in advanceYou just need to set the width of your divs in px rather than in %. (And everything on that page stays in exactly the same place because there's a lot of absolute positioning).thx, ima try that