Results 1 to 2 of 2

Thread: CSS problem in header: Explorer only

  1. #1
    Join Date
    Sep 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS problem in header: Explorer only

    Hi Everyone,

    CSS seems to work great in Firefox, Opera, Chrome, and Safari, but there is a problem in IE. Please have a look at this page, for example:

    http://www.wssymphony.org/concertdet...hp?concertID=1

    In IE, the google search bar at the top chops off the head of the conductor (which may not be a bad thing) ... and the nav bar, text-resize, and RSS buttons look jumbled. In all other browsers, everything looks as it should. I tried an IE 5+ conditional statement in the CSS for #container, but that wreaked havoc.

    Any thoughts? Thanks!

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    I recently had a similar problem with my site.

    It's because of this: margin-top:5px;. In IE, it does some illogical rendering, and pushes it down more than it should....

    Insert this into your CSS Block in the <!--[if IE]> statements ::
    Code:
    .searchterm, .submit { margin-top:0; }
    Hope this helps...

    // X96 \\
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •