Help me for cross problem

Discussion in 'CSS' started by leksa, Sep 25, 2007.

  1. #1
    I have try hard to find the solution between two of this css
    I use standar syntax for cross browser problem

    Here the site :
    for the ie :
    http://tradeshowscoop.com/wp-content/themes/Tradeshowscoop/iestyle.css
    and for the FF :
    http://tradeshowscoop.com/wp-content/themes/Tradeshowscoop/style.css

    The problem in the header section. I cant manage the height of header and adsense box in IE.
    And in FF, the problem is the height between the adsense box and the content.

    I have try lot , Maybe sombosy knew the problem for this before :)

    Thanks for the help.

    Regards

    Leksa
     
    leksa, Sep 25, 2007 IP
  2. Crimsonc

    Crimsonc Peon

    Messages:
    616
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Show us the actual page as well please! and explain what the actual problem is fully, it's hard to understand.

    I'm looking at this page assuming it's the one: http://tradeshowscoop.com/

    If you want to make the blog network box the same as the content you need to give it a top margin of the same size.
     
    Crimsonc, Sep 25, 2007 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #3
    Well, first off you're use of 'nifty corners' is invalid code, because you're using an ID more than once - ID's are supposed to be unique... With 34 validation errors and more inlined presentation than you can shake a stick at, cross browser is the least of your problems.

    Of course, resorting to multiple stylesheets is also likely a hefty part of the 'failure' since you're just making it harder to maintain and debug.

    Not that I expect a whole lot out of a turdpress template when it comes to valid HTML/CSS in the first place.

    BUT, the real issue is you are relying on manually setting the height alongside some floats, when you should probably be using overflow:hidden instead to make the height of the container dynamic.... possibly axing at least two of the DIV's, maybe more.
     
    deathshadow, Sep 26, 2007 IP
  4. leksa

    leksa Active Member

    Messages:
    432
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    I have small problem about the header section and RSS box.
    As you can see in the Moz, the RSS box have a lot of margin to the bottom. i want it have similar space like the top margin on it. I have tried to check, and put some css, but the bottom margin still like that. :(

    And in IE, the problem comes from the RSS box to the margin top, huge space between the header and the RSS box..

    I have supplied the css,.. both of them IE and Moz.
    Yes, Crimsonc, the site http://tradeshowscoop.com/

    Thank for the reply :)

    Regards

    Leksa
     
    leksa, Sep 26, 2007 IP
  5. leksa

    leksa Active Member

    Messages:
    432
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    Thx Deadshadow,.. :)
    Thats mean much for me.. Because i'm still learning of this much much better..

    Basicly i usually plan to review the valid after the coding finished. But you give new perspective to me. Thanks a lot.

    I will try it. :)

    Regards,..
     
    leksa, Sep 26, 2007 IP