Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help Needed Viewing Site in IE6/7

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28834
    neilmmarks
    Member

    Hi All,

    I would be very grateful if anyone could quickly check the following site in IE 6 and 7:

    http://www.3terraces.com

    It seems to be fine in IE8 (and all other browers) but I am getting inconsistent results in my local IE tester, so I would greatly appreciate any help with regards to versions 6 and 7. The home page features three javascript widgets – one for weather, one for flights and one for Google Maps. The Google Maps widget should be directly above the Flights widget, and the Weather widget should fit alongside to the right, its height exactly matching the combined heights of the other two.

    any feedback greatly appreciated

    many thanks

    Neil

    #74882
    leonzinger
    Member

    Hi Neil,

    In your ie7 css there is a big and unneeded margin, comment this id in ie7 css and see what happends

    /*
    #weatherBar {
    float: right;
    margin-right: 115px;
    }
    */

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.