Results 1 to 2 of 2

Thread: transparent images for IE??

  1. #1
    Join Date
    Mar 2007
    Posts
    131

    transparent images for IE??

    I'm trying to give my graphic curved corners, ofcourse all the other browsers see the .png ... except for IE!!! here is what i have in my css



    .navheader{
    width: 600px;
    height: 77px;
    background: url("graphics/topmenu.png");
    filterrogidXImageTransform.Microsoft.AlphaImageLoader(src='graphics/topmenu.png', sizingMethod='scale');
    }


    except its not broke up ... am i supppose to have javascript to back this filter up? or is that all i should need to make it work?

  2. #2
    Join Date
    Dec 2005
    Location
    Plymouth
    Posts
    357
    Don't have the background. should fix it.

    but then of course it's not going to work in firefox etc...
    so you need seperate style sheets.
    Computer: Mac Mini Intel Core Duo 1.66GHz, 1GB DDR2 SDRAM, 80GB Internal HDD, 200GB + 400GB External HDD, Bluetooth, 11.2 Surround Sound, Apple Wireless Keybaord, Logitech Trackball, Wacom Graphics Tablet. Mac OS X 10.4.8, Windows Vista Ultimate..

    Student: At University of Plymouth, Studying BSc (hons) Web Applications Development

Similar Threads

  1. JavaScript menu with transparent images (round corners)
    By Mark G in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 02 Sep 2006, 08:21 PM
  2. Concept Feedback: Digg.com but for images
    By angmi90 in forum General Questions
    Replies: 1
    Last Post: 02 Aug 2006, 07:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •