|
| |
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
List Error? - 2/15/2004 19:38:44
I've made a list for navigation on this site: http://www.lightexpressionscandles.com Looks great and works fine in IE. Css and HTML is valid. However, in Mozilla, two "lines" are missing between list items. Any idea why? I've looked at the html so many times I'm blind. Here is the HTML for that div...something simple I'm missing? <div id="navcontainer"> <ul id="navlist"> <li><a href="index.htm" title="Light Expressions Candles Home Page">Home</a></li> <li><a title="Pillar and Votive Candles" href="lightexpill.htm">Pillars & Votives</a></li> <li><a title="Container Candles" href="container.htm">Container Candles</a></li> <li><a title="Holiday Candles" href="holiday.htm">Holiday Candles</a></li> <li><a title="Centerpieces" href="centerpieces.htm">Centerpieces</a></li> <li class="nolink">Special Sales</li> <li><a title="Sign up for our Newsletter" href="newsletter.htm">Newsletter Sign-Up</a></li> <li><a title="Candle Burning Info" href="tips.htm">Candle Burning Info</a></li> <li class="nolinkb">About Us</li> <li><a title="Privacy Policy" href="lightprivacy.htm">Privacy Policy</a></li> <li class="nolink">Inspirational</li> <li><a title="Contact Light Expressions Candles" href="contactlight.htm">Contact Us</a></li> </ul> </div> Here is the CSS #navcontainer { border-left: .05em solid #bdbd9c; border-right: .05em solid #808080; padding: .1em 0 .1em 0; margin-bottom: .5em; font-family: Verdana, Arial, sans-serif; font-size: 90%; background-color: #846b94; color: #846b94; Position: absolute; Left: 2em; Top: 32%; Width: 22%; z-index: 2; } #navcontainer ul { list-style: none; margin: 0; padding: 0; border: none; } #navcontainer li { border-bottom: 1px solid #846b94; margin: 0; } #navcontainer li.nolink { display: block; padding: .5em .5em .5em .75em; border-left: .05em solid #BDBd9c; border-right: .05em solid #76766e; background-color: #fef7e0; color: #bdbd9c; font-weight: bold; } #navcontainer li.nolinkb { display: block; padding: .5em .5em .5em .75em; border-left: .05em solid #846b94; border-right: .05em solid #76766e; background-color: #846b94; color: #fcfb8f; font-weight: bold; text-decoration: none; } #navcontainer li a { display: block; padding: .5em .5em .5em .75em; border-left: .05em solid #BDBD9c; border-right: .05em solid #76766e; background-color: #fdf3d1; color: #846b94; text-decoration: none; width: 100%; } html>body #navcontainer li a { width: auto; } #navcontainer li a:hover { border-left: .05em solid #ebebc3; border-right: .05em solid #BDBd9c; background-color: #ffffc0; color: #846b94; }
< Message edited by Peppergal -- 2/15/2004 20:22:27 >
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
Giomanach
Posts: 6091 Joined: 11/19/2003 From: England Status: offline
|
RE: List Error? - 2/16/2004 3:51:24
Don't worry Karen, you aren't the only one that can't see anything wrong. Might be a stupid question, but what version/browser of the Mozilla variety are you using, because that lot works fine in Firefox Dan
_____________________________
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: List Error? - 2/16/2004 7:19:14
Hi Peppergal, in IE6, I see the nav list over your copyrite. It is laying right on top of it. Have you used a <br clear="all"> after your div?
_____________________________
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/
|
|
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: List Error? - 2/16/2004 13:47:22
I thought I was using Moz 1.6, but that's on the other computer. . So...it's okay in 1.6? Then I won't worry about it and download the new one. LOL....I didn't realize I was behind on this puter. I'm annoyed...I tried to upload a screenshot that is under 6kb and it keeps telling me the file is too large!!! C1sissy--no I didn't put a <br clear="all" at the end of the div.....
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: List Error? - 2/16/2004 15:44:30
I put that in but then it wouldn't validate. ??? Thanks for the compliment; I really like the site myself, and so does she. We looked at a lot of handcrafted candle sites online and very few of them looked nice-- I wanted to build something that didn't smack of "do it yourself" LOL. It's been a LOT of work...I don't even want to GUESS how many hours.
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: List Error? - 2/16/2004 18:13:04
quote:
I put that in but then it wouldn't validate. ??? Really????!! I have had it validate every time that I used it. Are you sure that your dtd is correct?
_____________________________
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/
|
|
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: List Error? - 2/16/2004 18:23:19
Yeah, I was using the full XHTML 1.0 strict with the link and everything. That was the only error that came up. Weird, huh? Maybe I made the tag incorrectly. When I get our Pillar page made, I'll go back and try it again. I could have been sloppy. I've been doing lots of dopey things lately. LOL
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: List Error? - 2/16/2004 18:29:20
quote:
ORIGINAL: Peppergal Yeah, I was using the full XHTML 1.0 strict with the link and everything. That was the only error that came up. Weird, huh? Maybe I made the tag incorrectly. When I get our Pillar page made, I'll go back and try it again. I could have been sloppy. I've been doing lots of dopey things lately. LOL Thats it, I use the transitional, there must be something else that you can use that would break it away. This must not be in the strict dtd.
_____________________________
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/
|
|
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: List Error? - 2/17/2004 9:19:46
quote:
Eh? deb/karen what are you two talking about? I looked at the code for each and its perfectly valid xhtml and css. I thought perhaps I made a mistake.....I've been very befuddled lately and losing things and making silly errors. I've worked so many hours on this site that I'm dreaming about color code numbers (I actually hear BFDD9C in my mind, LOL) and CSS jargon (I've also been thinking "position: absolute" and other combinations that I think I'm losing my mind! LOL quote:
Lovely site btw karen you're reaching that nice satisfying point where your talent is joining up very happily with your continuing acquisition of css skills. Very satisfying to see. Well done. Augurs well for carving out a very warm and cosy niche for yourself as word spreads. Keep at it. Wow--that was really nice of you to say, and it means a lot. Thank you.
< Message edited by Peppergal -- 2/17/2004 10:35:13 >
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
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
|
|
|