Results 1 to 2 of 2

Thread: Internet Explorer

  1. #1
    New user
    Join Date
    08-16-10.
    Posts
    29

    Default Internet Explorer

    Hi... i have a cuestion...

    how can i make my css style good for the internet explorer... the one that i have now... the menu is not like by the other.. the menu comes like this.

    home
    ........about us
    ...................info
    .........................and so on....

    and one of my content is not being displayed.
    and with oder comes good...

    thx... i would apreciate some help
    Diego..
    when i check it with O-Safari and Netscape i come for some question when a problem comes...

    Thx ops: :D

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Internet Explorer

    You could try adding a "reset" css to the page to reset Internet Explorer defaults (place it as the first css on the page)

    Code:
    /* Style sheet reset */
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline: 0;background: transparent;}
    body{line-height:1;}
    ol,ul{list-style: none;}
    blockquote,q{quotes: none;}
    blockquote:before,blockquote:after,q:before,q:after{content: '';content: none;}
    :focus{outline: 0;}
    ins{text-decoration:none;}
    del{text-decoration:line-through;}
    table{border-collapse:collapse;border-spacing: 0;}

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
  •