Results 1 to 3 of 3

Thread: Rounded tab menu tranparency problem

  1. #1
    Join Date
    Aug 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Rounded tab menu tranparency problem

    Hi Guys! New here..
    I need some help.. ASAP (from some people with good heart out there )

    I have these two images for the menu, with a rounded corner.
    It's in .png format and has transparency so that whenever I wanted to change the background, I dont have to go edit the menu.



    The only problem is that, when I tried to do that using the tutorials I found in some threads here, the img02 will overlay the img01 which will result to straight edge, instead of the rounded corner I wanted to achieve.

    Here is the code that I used:

    #navmenu li:hover,
    #navmenu li.iehover,
    #navmenu li.active{
    background: url(../images/img01.png) right center no-repeat;

    }
    #navmenu li:hover a,
    #navmenu li.iehover a,
    #navmenu li.active:hover a,
    #navmenu li.active.iehover a,
    #navmenu li a:hover,
    #navmenu li.active a,
    #navmenu li.active a:hover{
    background: url(../images/img02.png) left center no-repeat;
    Note: Attached files are the menu images.

    I would be very glad for people who will help me with this.
    I will be waiting....

    May you have a good day!

  2. #2
    Join Date
    Oct 2008
    Location
    kolkata, india
    Posts
    75
    Thanks
    2
    Thanked 10 Times in 10 Posts

    Default

    please check the attachment.. I have not done pngfix for ie6 . hope that u can do that yourself.

    Thanks
    Monica

  3. The Following User Says Thank You to monicasaha For This Useful Post:

    mla0205 (12-07-2009)

  4. #3
    Join Date
    Aug 2009
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much Monica!

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
  •