Guest Posted April 10, 2008 Posted April 10, 2008 I'm not really sure where to look for the problem here. My store is fine on Explorer but with Firefox it's not. Can any take a look and see if they can direct me to the problem? www.oneclickdeals.net thanks so much.
Guest Posted April 10, 2008 Posted April 10, 2008 This is in your head section <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <title>Home Furnishings, Home Decorating Ideas, Gift ideas and More</title> <meta name="Description" content="Outdoor Sports | Home Decor | Gifts is an online shopping store offering outdoor sporting products and unique home and garden decor, special occaision gifts, home furnishings, nautical and western decor, figurines, collectibles, candles and vases. Outdoor Sports | Home Decor | Gifts is an online shopping store offering outdoor sporting products and unique home and garden decor, special occaision gifts, home furnishings, nautical and western decor, figurines, collectibles, candles and vases." /> <meta name="Keywords" content="outdoor sports, home decor, gifts, boating, camping, baseball gloves, coolers, camping equipment, tents, emergency supplies, boating accessories, canoe, kayak,, outdoor sports, home decor, gifts, boating, camping, baseball gloves, coolers, camping equipment, tents, emergency supplies, boating accessories, canoe, kayak," /> <meta name="robots" content="noodp" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <!-- EOF: Generated Meta Tags --> <base href="http://www.oneclickdeals.net/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> <meta name="revisit-after" content="3 days"> <meta name="distribution" content="global"> <meta name="robots" content="index,follow"> </head> Your doctype is for html yet some of your meta tags are for xhtml like <meta name="robots" content="noodp" /> Remove the trailing slash in those meta tags so it is like so <meta name="robots" content="noodp"> Also you have 2 meta name="robots" tags. You only need one I believe.
mlofland Posted April 12, 2008 Posted April 12, 2008 I am having the same problem, or at least I am assuming that is the case that Firefox is not reading the CSS the same. URL is http://www.jrtrojanfootball.com/catalog. Colors are not rendering the same in Firefox so I am guessing that it has something to do with tables but everything seems to be coded correctly. I am just sure it is something simple and am just overlooking it but I can't find it. If anyone can see what the issue is, your help would be appreciated.
germ Posted April 13, 2008 Posted April 13, 2008 In your stylesheet: This: A:hover { color: #bbc3d3; text-decoration: underline; Info-BODY { background: #CCCCCC; Should be: A:hover { color: #bbc3d3; text-decoration: underline; } Info-BODY { background: #CCCCCC; If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
mlofland Posted April 13, 2008 Posted April 13, 2008 Doh!!!! See, I knew it was something simple that I was overlooking. Please pardon me while I bang my head up against the wall several hundred times for not seeing that. I truly appreciate you taking the time to look at this. I must have looked right at that at least 50 times and never saw it.
mlofland Posted April 13, 2008 Posted April 13, 2008 After the reply to my post having the same problem you are having, I imagine your answer is going to be the same as mine. I looked at your stylesheet and noticed you were missing a closing bracket as I was. See the code below and what it should be. Your code: TR.greenNavigation { background: #426700; TD.greenNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #426700; color: #ffffff; font-weight : bold; } Should be: TR.greenNavigation { background: #426700; } TD.greenNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #426700; color: #ffffff; font-weight : bold; } You are missing the closing bracket after the TR.greenNavigation entry. Thanks goes to Germ for finding the error in my code.
stevel Posted April 13, 2008 Posted April 13, 2008 If you're using Firefox, select Tools > Error Console and it will tell you about errors in stylesheets and JavaScript. Very handy. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
JaniceSeptember Posted September 7, 2009 Posted September 7, 2009 Colors are not apprehension the aforementioned in Firefox so I am academic that it has something to do with tables but aggregate seems to be coded correctly. I am just abiding it is something simple and am just overlooking it but I can't acquisition it. If anyone can see what the affair is, your advice would be appreciated. _________________ Event tent
Recommended Posts
Archived
This topic is now archived and is closed to further replies.