HighDots Forums  

CSS: Unordered List farther to the right in Firefox?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS: Unordered List farther to the right in Firefox? in the Macromedia Dreamweaver forum.



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

Default CSS: Unordered List farther to the right in Firefox? - 12-02-2005 , 10:08 AM






Anyone know why the list show up farther to the right on Firefox than in IE?
Here's the CSS:

/* CSS Document */
body {
background-repeat: repeat;
background-color: #000000;
background-image: url(../img/background.gif);
}

/*This centers the box through the page*/
#main {
position: relative;
width: 795px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
color: #6D1501;
border: 2px solid #000000;
z-index: 10;
height: 58em;
}

#banner{
position:inherit;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: thin;
z-index: 0;
}

#buc{
position:absolute;
z-index: 100;
left: -30px;
top: 77px;
background-color: #990000;
}

#linkheader{
border-bottom-color: #000000;
z-index: 10;
border: 2px solid #000000;
padding-bottom: -5px;
}

#leftnav{
position:absolute;
z-index: 10;
left: -81px;
margin-top: -2px;

}

#navbox{
border-bottom-style: solid;
border-bottom-color: #000000;
border-bottom-width: thin;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
width: 176px;
position: inherit;
}

#box{
border-bottom: 1px solid #000000;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
background-color: #FFD700;
width: 170px!important;
padding-top: 0px;
}


#box ul{
margin: 0px;
margin-left: 8px;
padding-top: 5px;
padding-bottom: 5px;
}

#box ul li {
margin-left: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 1.25em;
font-size: 0.75em;
}

#contactinfo{

border-bottom:medium ridge #681201;

}

Thanks in advance.

Radley



Reply With Quote
  #2  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: CSS: Unordered List farther to the right in Firefox? - 12-02-2005 , 11:35 AM






On 02 Dec 2005 in macromedia.dreamweaver, RR wrote:

Quote:
Anyone know why the list show up farther to the right on Firefox
than in IE?
Could you post a link to the actual page? First off, CSS doesn't operate
in a vacuum, it works on HTML, and it's easier to see if we can see the
whole thing. Second, code is hellishly difficult to read in a
newsreader. Third, if we can see it in browsers, many of us have tools
(Chris Pedrick's Web Develper Toolbar for FF comes to mind) which make it
much easier to diagnose these things.

Thanks!

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Reply With Quote
  #3  
Old   
RR
 
Posts: n/a

Default Re: CSS: Unordered List farther to the right in Firefox? - 12-02-2005 , 01:16 PM



Oh sorry! Here's the link www.baum-hs.eu.dodea.ede/beta3/
Thanks!

Radley


"Joe Makowiec" <makowiec (AT) invalid (DOT) invalid> wrote

Quote:
On 02 Dec 2005 in macromedia.dreamweaver, RR wrote:

Anyone know why the list show up farther to the right on Firefox
than in IE?

Could you post a link to the actual page? First off, CSS doesn't operate
in a vacuum, it works on HTML, and it's easier to see if we can see the
whole thing. Second, code is hellishly difficult to read in a
newsreader. Third, if we can see it in browsers, many of us have tools
(Chris Pedrick's Web Develper Toolbar for FF comes to mind) which make it
much easier to diagnose these things.

Thanks!

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php



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 - 2009, Jelsoft Enterprises Ltd.