Results 1 to 3 of 3

Thread: AnyLink CSS Menu- IE is ignoring my CSS

  1. #1
    Join Date
    Apr 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink CSS Menu- IE is ignoring my CSS

    am am using a div for a menu dropdown with an image. I set the class surrounding the image to 'Link1' but it keeps showing the blue link box (changes to purple after visited) around my images with the dropdown. I have set my css to the same color as the images and I no longer see the link box in Firefox but IE is ignoring my css. How can I get the box to disapper in IE?

    My CSS:
    a.Link1:link { color: #9C9C08; text-decoration: none; }
    a.Link1:visited { color: #9C9C08; text-decoration: none; }
    a.Link1:hover { color: #9C9C08; text-decoration: none; cursor: pointer; }
    a.Link1:active { color: #9C9C08; text-decoration: none;

    Here's the link. Notice difference in browsers.
    http://www.sidconcepts.com/BabySightings/test.htm

    class="Link1" isn't working in IE.


    Any help appreciated.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Take care of these first, then see if you still have a problem:

    No body section on the page.

    No closing </head> tag on page.

    No closing </html> tag on page.

    Error: Selector expected. Ruleset ignored due to bad selector.
    Source File: http://www.sidconcepts.com/BabySightings/anylink.css
    Line: 32

    Error: Unexpected end of file while searching for closing } of invalid rule set.
    Source File: http://www.sidconcepts.com/BabySightings/anylink.css
    Line: 32

    Error: MM_swapImage is not defined
    Source File: http://www.sidconcepts.com/BabySightings/test.htm
    Line: 21

    Error: MM_swapImgRestore is not defined
    Source File: http://www.sidconcepts.com/BabySightings/test.htm
    Line: 21
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Got it!
    .Link1 img {border: 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
  •