Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorphal
    • CommentTimeJan 30th 2010
     permalink
    Being a newbie.. I have been working on a site for several months, and I suddenly found it looked fine on all browsers except IE6 after I have put up many pages...

    here is an example of one page: http://www.lavedo.com/laser/treatments/frecklerejuv_eng.html

    they are all static pages without a lot of different codes

    can someone please give me some pointers on what the problem is, or give me some pointers on which codes I shouldnt use in ie6?

    thanks so much in advance!

    Simon
    • CommentAuthorBlackHawk
    • CommentTimeFeb 1st 2010
     permalink
    Hi Phal

    I seen your site code. You done a good job. there is not a big issue in your site. For IE6 and IE7 i give you some advise you.

    1. Where you use margin you use there Padding in your header and overall page. Where you need margin its create little bit problem in IE6 and IE7. So try to use Padding overall.
    2. If you want to use specific css properties for IE6 and IE7 you will use the css with the help of # and _ for example

    width:1000px; (overall)
    _width:1000px; (_ (underscore) help for IE6).
    #width:1000px; (#(hash) help for IE7).

    I hope it will help you.

    Hawk
Add your comments
    Username Password
  • Format comments as (Help)