OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Help with layout in Firefox
This page's ID:
24446
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Here is the site I am working on: http://www.ensellitis.com/css/ It seems to look okay in IE, except the nav, which looks ok anyway... But in Firefox the DIV for the content shoots over to the right when I put overflow to auto... Can anyone help me with this? The CSS for the layout is: [code] /* Layout Stylesheet */ body { margin:20px; background:#808080; color: #333333; text-align:center; padding:0; } #outer { text-align:left; border:1px solid #000000; width:650px; margin:auto; } #hdr { height:162px; background:#eeeeee; color: #333333; } #bar { height:25px; background:#c0c0c0 url('nav_off.jpg'); color: #000000; border:solid #000000; border-width:1px 0 1px 0; } #bodyblock { background:#c0c0c0 url('left_bg.jpg'); position:relative; color: #333333; width:650px; padding:0; } #cont { height: 500px; overflow: auto; width: 495px; background:#ffffff; color: #333333; border:solid #000000; border-width:0 0 0 1px; text-align:left; position:left; } #ftr { height:40px; background:#c0c0c0; color: #333333; border:solid black; border-width:1px 0 0 0; margin:0; } #list-menu { float:left; color: #333333; width:151px; } #list-menu ul { margin: 2; padding: 0; list-style-type: none; font-family: verdana, arial, sanf-serif; font-size: 12px; } #list-menu li { margin: 2px 0 0; } #list-menu a { display: block; padding: 2px 2px 2px 10px; border: 1px solid #000000; background: #ABABAB url('nav_off.jpg'); text-decoration: none; } #list-menu a:link, #list-menu a:active, #list-menu a:visited { color: #000000; } #list-menu a:hover { border: 1px solid #000000; background: #333333 url('nav_on.jpg'); color: #ffffff; }[/code] Thanks ____________________________________________________ [url=http://www.ensellitis.com][img]http://www.ensellitis.com/sigs_avatars/industrial.jpg[/img][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »