Welcome, Guest. Please login or register.

Author Topic: IE Scroll bars in Amga style scroll bars  (Read 3062 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Waccoon

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1057
    • Show all replies
Re: IE Scroll bars in Amga style scroll bars
« on: June 05, 2004, 02:36:52 AM »
@blobrana:

How are you linking that code into your documents?  It has invalid syntax so it shouldn't work, even in IE.
 

Offline Waccoon

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 1057
    • Show all replies
Re: IE Scroll bars in Amga style scroll bars
« Reply #1 on: June 05, 2004, 06:37:32 AM »
No, I mean the syntax is illegal.  You have to define an anchor class just for the images.  You can't nest declarations, such as:

img {A:hover, A:active {color: #FFFFFF }}

This causes some browsers to vomit on the CSS, or it only uses it up to the syntax error and then ignores the rest.  Firefox threw a fit when I first tried it, and much of it didn't seem to work in IE, either.

Also, be sure to set a background color.  Yellow anchors on a white background aren't very usable.  ;-)

You also want to use "border-width" instead of "border-thickness" (which doesn't exist),  "text-align: center" instead of "align: center" on the table, and set a unit for line-height in the links class.