-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > In my page using css, I'm trying to avoid the horizontal > scrolling that > appears when I specify the overflow: scroll in my css.
Hi Brooke, Try using overflow:auto. This will produce a scroll bar only where needed, rather than forcing vertical and horizontal scroll bars as overflow:scroll does. ><><><><><><><><><><><><><><><><><><><>>> > using all those float commands on the web - works but doesn't quite > validate... Really? Huh. W3c.org says you've done a wonderful job. Aside from these three warnings your CSS validates just fine. Warnings URI : http://www.warrenwebworks.com/new/interiorstylescss.css Line : 34 Level : 1 You have no color with your background-color : #header Line : 121 Level : 1 You have no color with your background-color : #subcategory Line : 157 Level : 1 You have no color with your background-color : #bottombar Add a font-color to these three DIVs and you'll have perfection. :) HTH Perry Gerenday www.webinitiative.net ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
