possible bug?

0 views
Skip to first unread message

pulpzebra

unread,
Feb 21, 2008, 7:04:54 AM2/21/08
to Firebug
This is my css def

#nav a:link, #nav a:visited{
display: block;
float: left;
color: #ffffff;
/*letter-spacing: 1px;*/
text-transform: uppercase;
margin: 0px 0px 0px 0px;
padding-bottom: 15px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
/*border-right: 1px solid Silver;*/
padding-left: 50px;
padding-right: 51px;
padding-top: 20px;
}

while this is my html struct
<div id="nav">
<ul id="nav">
<ul class="links someclass">
<li class="first someclass2">
<a class="someclass3" title="My Title" href="myurl>My Title</a>
</li>
<li>...</li>
</ul>
</ul>
</div>

I cannot trace #nav a style in firebug... maybe it's due to double ul
enclosure?


<

John J Barton

unread,
Feb 21, 2008, 11:03:44 AM2/21/08
to Firebug

Neil

unread,
Feb 21, 2008, 11:57:57 AM2/21/08
to Firebug
I've finally picked-up on a similar problem - I'm seeing styles on
child items within lists etc. If you check out my site, http://DotNeil.com,
you see a 'subnav' with a row of floated tabs. At the moment, Firebug
won't inspect the styles for the links or the li items that contain
them.

I'm on Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.12)
Gecko/20080201 Firefox/2.0.0.12

Neil

unread,
Feb 21, 2008, 12:00:10 PM2/21/08
to Firebug
That should have read 'I'm NOT seeing styles'

On Feb 21, 4:57 pm, Neil <NeilCauldw...@googlemail.com> wrote:
> I've finally picked-up on a similar problem - I'm seeing styles on
> child items within lists etc. If you check out my site,http://DotNeil.com,

Neil

unread,
Feb 21, 2008, 12:10:02 PM2/21/08
to Firebug
I'm taking over this post!

Found a fix - just update to the 1.1 beta, and everything should be
back to normal.

http://www.getfirebug.com/releases/allReleases.html

gswkaiser

unread,
Mar 2, 2008, 6:49:36 AM3/2/08
to Firebug
You are using the same "id" for two different elements. Maybe this is
te cause..
Reply all
Reply to author
Forward
0 new messages