Hi Louis, Oh, I see what you are saying. My bad. I did not see any list markers showing so I didn't catch it that you were referring to them. I see what you mean about the ul. I need to leave the ul as is though because I have 3 different menu lists and I don't want them all to float:left.
Thanks for your help though! Cheers, Holly Louis Orenstein wrote: > Hi Holly, > > I had to triple-check that I wasn't crazy :-) > > From http://www.fortenberryhomesinc.com/styles/fhiscreen.css > Line 148 has - ul { list-style-position: inside; } > Line 676 has - ul.mainmenu { list-style-type: none; } > > Personally I think it is best to leave the float: left applied to the > ul, and change your ul.mainmenu to { list-style: none; } but "if it > ain't broke" :-) > > Louis > > Holly Fortenberry wrote: >> Hi Louis, >> >> I think you are looking at the wrong website. The one I had a >> question about is: >> >> http://www.fortenberryhomesinc.com/ >> >> I've already gotten it fixed; but, I appreciate your efforts though. >> >> Thank you, >> Holly >> >> Louis Orenstein wrote: >>> 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 -~----------~----~----~----~------~----~------~--~---
