Your CSS has
ul {
list-style-position: inside;
}
ul.mainmenu {
list-style-type: none;
}
In Firebug if I change the mainmenu's css to this:
list-style: none;
Then the inside li marker goes away and it all shows on one line.
Louis
Holly Fortenberry wrote:
> Hi folks,
>
> This is driving me crazy and I would be so grateful for anybody who
> could shed some light on this. My navigation worked perfectly on this
> site back when I created it over a year ago. Nobody (including me) has
> touched the site since then (I am the only one w/access to it) and when
> I just went to look at it again, I found that the list items inside the
> mainmenu class (the site's main navigation across the top) have an
> additional 10px added to the right side of the list items so the last
> menu item no longer fits and is bumped down. I don't know if this is a
> padding or margin issue because all my related padding and margins are
> set to "0".
>
> The only change I can think of is that now my firefox version is newer
> and perhaps is just rendering the css differently than the older
> version. Yet, the pages all validate perfectly for both html and css.
> Firebug shows nothing. I can't find any evidence of this extra space in
> my code anywhere, yet, it shows up on screen. All I can figure is it
> must be a bug. The only bugs I know that add pixels are the 1-pixel
> bugs. Does anybody else know of any other bug (or code error) that
> might cause this behavior?
>
>
> My setup: Firefox 3.5.3 and Mac OS X 10.5.7
>
> Site: http://www.fortenberryhomesinc.com/index.php
>
>
> Thank you,
> Holly
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
Our Web site: http://www.RefreshAustin.org/
You received this message because you are subscribed to the Google Groups
"Refresh Austin" group.
[ Posting ]
To post to this group, send email to [email protected]
Job-related postings should follow http://tr.im/refreshaustinjobspolicy
We do not accept job posts from recruiters.
[ Unsubscribe ]
To unsubscribe from this group, send email to
[email protected]
[ More Info ]
For more options, visit this group at
http://groups.google.com/group/Refresh-Austin
-~----------~----~----~----~------~----~------~--~---