|
| |
|
|
Giomanach
Posts: 6090 Joined: 11/19/2003 From: England Status: offline
|
RE: css error or firefox bug?? - 8/21/2004 4:53:19
IS the image how it's supposed to look? If so...I can't see anything wrong Dan
_____________________________
|
|
|
|
d a v e
Posts: 4057 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: css error or firefox bug?? - 8/21/2004 4:58:55
supposed to be a space/line between 'Styrelsemedlemmar' and 'Skolombud' in the middle of the pic, like between the other buttons
_____________________________
David Prescott Gekko web design
|
|
|
|
Giomanach
Posts: 6090 Joined: 11/19/2003 From: England Status: offline
|
RE: css error or firefox bug?? - 8/21/2004 5:16:42
So I'm looking at this: <td id="leftTd"><div id="navcontainer">
<ul id="navlist">
<li><a href="index.htm">Startsida</a></li>
<li><a href="verksamheten.htm">Om verksamheten</a></li>
<li><a href="styrelsemedlemmar.htm">Styrelsemedlemmar</a></li>
<li><a href="skolombud.htm">Skolombud</a></li>
<li><a href="fortroendeman.htm">Förtroendemän</a></li>
<li><a href="aktuellt.htm">Aktuellt</a></li>
<li><a href="fotoarkiv.htm">Fotoarkiv</a></li>
<li><a href="lankar.htm">Länkar</a></li>
</ul>
</div></td>
And this: #navcontainer
{
width:15em;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
background-color: #98bccc;
color: #333;
}
#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer li
{
border-bottom: 1px solid #98bccc;
margin: 0;
}
#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #006d99;
border-right: 10px solid #65afcc;
background-color: #0099cc;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #navcontainer li a { width: auto; }
#navcontainer li a:hover
{
border-left: 10px solid #fef000;
border-right: 10px solid #98bccc;
background-color: #65afcc;
color: #fff;
}
.current
{padding:5px;
border-left: 10px solid #fef000 ;
border-right: 10px solid #98bccc;
background-color: #65afcc;
color: #fff;
} If I could see something wrong, I'd let ya know...but I can't....must be FF...cos it's the same here..and in M1.7 and NN7.1
_____________________________
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css error or firefox bug?? - 8/21/2004 8:56:32
Dave, I have two suggestions of where you could look for an answer. Go to listamatics site, they have tons of things on there that might help you out. And for some bugs for IE, go to positioniseverything site. Go through BigJohns site as he has a ton of information on bugs in there that might help you out. Always remember, just because your code does validate, that doesn't mean that you are going to be problem free. I think your going to find that the problem is in IE rather then firefox. If you can't find anything on those two sites, let me know and I will see if I can find soemthing for you.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
d a v e
Posts: 4057 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: css error or firefox bug?? - 8/21/2004 9:10:33
well it's fine in opera and ie it's only firefox that seems strange (unless of course it's FF that's right and IE that's wrong) but the fact that there's nothing different for those particular buttons makes me think it's a moz display thing and not anything particular to my code. i'll experiment with differnt length words etc and see if it's something to do with that affecting the space left for the containing block.... just tried with identical links same word, same link just like this <li><a href="http://bbc.co.uk">testing</a></li>
<li><a href="http://bbc.co.uk">testing</a></li>
<li><a href="http://bbc.co.uk">testing</a></li> and the same thing in some places...
< Message edited by d a v e -- 8/21/2004 9:18:21 >
_____________________________
David Prescott Gekko web design
|
|
|
|
d a v e
Posts: 4057 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: css error or firefox bug?? - 8/21/2004 10:00:31
oh i just changed the rule for the bottom border on the li's to border-top #navcontainer li
{
border-top: 1px solid #98bccc;
margin: 0;
} and this fixed it, did you take your screen shot before or after? i did it about 15 mins ago
_____________________________
David Prescott Gekko web design
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|