|
| Author |
Message |
Triumvirate
Joined: 24 Feb 2004
Posts: 169
Location: NY, USA
|
Posted: 9/27/2005, 1:07 am Post subject: Problem with IE/Firefox css |
|
|
Having a small problem trying to mess with a forum design. The pics below will illustrate better than I can explain:
The second pic looks as it should, the word site and the black background leads directly into the different links (taken using IE). The first pic has a big space between the "site" block and the rest of the links (firefox). I've narrowed the problem down to the CSS, but I just can't seem to figure out what the problem is. Here's the code I have:
| Code: |
.navcathead
{
font-size: 12px;
font-weight: bold;
color: #FFF;
}
#navcontainer {
width: 100px;
}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
display: block;
padding: 0px;
width: 100px;
background-color: #036;
border-bottom: 1px solid #eee;
font-size: 12px;
}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #369;
color: #fff;
} |
Any idea as to what I can do to make them look the same?
Thanks. |
|
| Back to top |
|
 |
Keith
Moderator
Joined: 28 Jan 2004
Posts: 434
Location: Dublin, Ireland
|
|
| Back to top |
|
 |
Triumvirate
Joined: 24 Feb 2004
Posts: 169
Location: NY, USA
|
Posted: 9/27/2005, 6:56 pm Post subject: |
|
|
Actually after a bit more messing around I managed to get it. Thanks _________________ GamingMMO.com |
|
| Back to top |
|
 |
Keith
Moderator
Joined: 28 Jan 2004
Posts: 434
Location: Dublin, Ireland
|
|
| Back to top |
|
 |
Triumvirate
Joined: 24 Feb 2004
Posts: 169
Location: NY, USA
|
Posted: 9/29/2005, 3:04 am Post subject: |
|
|
changing around my <div> tag placement fixed things (had to move it up a few lines). _________________ GamingMMO.com |
|
| Back to top |
|
 |
|