CSS - Nowrap In A Div?
validate.w3 does not confirm nowrap in a div, How do I use nowrap then?
example: <div STYLE='width:50px'; nowrap>one two three</div> Similar TutorialsHi, I have a design which has a header and two columns, if i shrink the browser window, the right column goes below the the left. Is there anything that can be done to prevent it? the layout is as follows: <div id=container> <div id=header></div> <div id=left column></div> <div id=right_column></div> </div> any help? Thanks, Heidi hi , how to simulate (nowrap) effect using CSS thanks |