CSS Help please.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bigmath
    Confirmed User
    • Mar 2003
    • 884

    #1

    CSS Help please.

    Hi guys!

    I run different website but seems to have problem when people try to visit my website with IE. On Firefox it's perfect but not IE. Here is the exact code i have on style.css file. if someone can help me please. Thanks.

    -----------------------------------


    body,p,span,div,font,li,ul,ol,dt,dd,dl,form,blockq uote,a,tr,td,th,table,h1,h2,h3,h4,h5,b,i,input,tex tarea
    {
    font-size: 9px;
    font-family: Verdana, Tahoma, Arial, Geneva;
    line-height: 18px;
    color: #e5ffcc;
    font-weight: bold;

    SCROLLBAR-FACE-COLOR: #e6e6e6;
    SCROLLBAR-HIGHLIGHT-COLOR: #d3d3d3;
    SCROLLBAR-SHADOW-COLOR: silver;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: gray;
    SCROLLBAR-TRACK-COLOR: #f3f3f3;
    SCROLLBAR-DARKSHADOW-COLOR: white
    }


    a:link { color: #000000; text-decoration: none; font-size: 9px; font-weight: bold;}
    a:visited { color: #000000; text-decoration: none; font-weight: bold;}
    a:active { color: #FFFFFF; font-weight: bold;}
    a:hover { color: #FFFFFF; font-weight: bold;}
    a:hover img
    {
    border: 1px solid #FFFFFF;}


    .thumb
    {
    border: 1px solid #000000;
    }
    Adult Webmaster Empire
  • Nodtveidt
    Confirmed User
    • Mar 2007
    • 573

    #2
    Which version of IE is causing issues? IE6 is always going to cause issues with CSS, as its CSS support is pitiful. Also, the CSS alone probably isn't enough to determine the cause...what's the offending URL?

    ICQ: 11541913

    Comment

    • bigmath
      Confirmed User
      • Mar 2003
      • 884

      #3
      adultfreetgp (dot) com and more but this is the one I working on right now. and yes it's IE6. Is this another way I can change all my fonts to be able to see it on IE6 and Firefox correctly?
      Adult Webmaster Empire

      Comment

      • Nodtveidt
        Confirmed User
        • Mar 2007
        • 573

        #4
        The only problem I see is that your a: entries might be considered incomplete for IE6. The same issues exist in Opera 9.64, and that includes the off-center iframe down below.

        ICQ: 11541913

        Comment

        • bigmath
          Confirmed User
          • Mar 2003
          • 884

          #5
          Can I put something else? Like remove the a: entries and put something else for each browser can accept it?
          Adult Webmaster Empire

          Comment

          • designerscode
            Confirmed User
            • Jan 2010
            • 220

            #6
            Before you start doing any css, always make sure to zero out the body tag and start working from there.


            Mainstream & Adult Design Services
            ICQ: 581772626 | shinobi [at] designerscode [dot] com

            Comment

            Working...