CSS Newb... Help With Firefox Issue

Discussion in 'CSS' started by CurtisCandy, Jan 13, 2009.

  1. #1
    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-
     
    CurtisCandy, Jan 13, 2009 IP
  2. bigmny4you

    bigmny4you Peon

    Messages:
    113
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I am assuming you got your problem solved as I have looked at it with both browsers and it looks fine.
     
    bigmny4you, Jan 18, 2009 IP
  3. CurtisCandy

    CurtisCandy Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    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.
     
    CurtisCandy, Jan 21, 2009 IP
  4. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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]
     
    normalfx, Jan 23, 2009 IP
  5. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #5
    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.
     
    drhowarddrfine, Jan 23, 2009 IP
  6. CurtisCandy

    CurtisCandy Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    Very cool.

    Thanks, Doc.
     
    CurtisCandy, Jan 24, 2009 IP