Hey, Folks... I'm new to CSS, and I thought I had a page all set to go. It works fine in IE, but it's a mess in Firefox. It seems to be related to the coding of the Left Col, but I'm not sure. Would someone mind taking a look at the page in IE and Firefox and possibly give me a jumping off point as to what I should be looking for? The page is: http://www.amsterdamit.com/checkitout.htm Thanks a lot! Cheers, -Curtis-
I am assuming you got your problem solved as I have looked at it with both browsers and it looks fine.
Yes, I finally figured it out. I apologize for not coming back here and posting that I had solved the issue; I completely forgot. In searching the site for answers, though, I did see where someone had said to always check your page with Firefox instead of IE... Great advice! Thanks to any who were trying to help.
try this First backup your .htaccess file. Then, open it and append the following line: RewriteRule ^category/(.+)$ http://www.yourblog.com/$1 [R=301,L]
Saying something works in IE but not Firefox is like saying my model T Ford doesn't work like my Ferrari. Never use IE as a reference for how things should work. You need to learn how to use the html and css validators. Here is a jumping off point for what you need to work on.