HighDots Forums  

Something wrong or a Bug in Firefox? - please help!

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Something wrong or a Bug in Firefox? - please help! in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Randy
 
Posts: n/a

Default Something wrong or a Bug in Firefox? - please help! - 09-29-2006 , 12:58 PM






Hi everyone,

I'm trying to fix something I've done wrong, or is it a bug? My CSS looks ok
in DW 8 preview, IE/Mac and Safari, but Firefox 1.5.0.4/Mac doesn't display
the right menu correctly, i.e. the #links div.

Can anybody help me please? Any other comments are also very welcome!
W

/*<group=main>*/

html {
margin: 0px;
padding: 0px;
font-size: 90%;
background: transparent;
}

body {
margin: 0px;
padding: 0px;
background: transparent;
color: #000;
}

/* Divs heading and menu are outside div Content; after <body> tag */

#heading {
position: absolute;
top:0;
left:0;
right:0;
margin:0;
padding:0;
width: 99.99%;
background: transparent;
}

#menu {
position: absolute;
top:60px;
left:0;
right:0;
padding: 4px 0px 0px 0px;
margin:0;
width: 99.99%;
font: 1em Georgia, Times, serif;
text-align: center;
font-weight: bold;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
height:26px;
background: #030;
}

#content {
margin: 92px 185px 0px 0px;
padding: 10px 75px 0px 75px;
font-family: Georgia, Times, serif;
background: #FFF;
border-right: 1px dashed #000;
}

#links {
position:absolute;
top: 92px;
right: 0px;
width: 160px;
margin:0px;
padding:0px 0px 126px 0px;
font: 1em/125% Georgia, Times, serif;
background: transparent;
}

/* Divs items, search and support within div Links */

#items {
width: 160px;
margin:0px;
padding:0px 0px 1px 0px;
background: #FFF;
}

#search {
width: 160px;
margin: 0px;
padding: 0px;
border-bottom: dashed 1px #000;
background: #FFF;
}

#support {
width: 160px;
margin:0;
padding:0;
text-align: center;
border-top: dashed 1px #000;
background: #FFF;
}

#legal {
text-decoration: none;
margin: 20px 0px 0px 0px;
padding: 0px 0px 35px 0px;
text-align: center;
background: transparent;
font-size: 1em;
}

#footer {
clear: both;
border-top: dashed 1px #000;
border-bottom: solid 1px #FBFAEA;
margin-bottom: 0px;
color: #000;
width:99.99%;
text-decoration: none;
font: 0.8em/125% Georgia, Times, serif;
background: #FFF;
}

/*</group>*/


--
Posted via a free Usenet account from http://www.teranews.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.