Current location: Hot Scripts Forums » General Web Coding » CSS » CSS Rollover Problem in IE

CSS Rollover Problem in IE

 
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 08-28-06, 04:46 PM
tjs tjs is offline
Newbie Coder
 
Join Date: Jan 2006
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Question CSS Rollover Problem in IE

Hey all,
I'm currently working on a css nav menu with rollovers for my site. It looks perfect in Firefox, but in IE, when the cursor is placed over the button, nothing happens. Here's the sample css I'm using:
Button's normal state
Code:
 #button_name/linkname {
     float: left;
     display: inline;
     list-style: none;
     width: button width here;
     height: button height here;
     margin-left: 0;
     padding-left: 0;
     background-image: url(button_image_here);
     background-repeat: no-repeat;
}
Botton's Hover State
Code:
#button_name/linname:hover {
     float: left;
     display: inline;
     list-style: none;
     width: button width here;
     height: button height here;
     margin-left: 0;
     padding-left: 0;
     background-image: url(rollover_button_image_here);
     background-repeat: no-repeat;
}
If someone can explain this problem, I'd appreciate it.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with adding url interfering with rollover kevincompton Flash & ActionScript 4 06-26-06 12:14 PM
CSS: problem with FF: body>txt-align:center predrag CSS 1 03-16-06 04:18 AM
CSS border problem in firefox, looks good in IE vertigoflow CSS 1 02-18-06 11:30 AM
CSS Border problem in FireFox mani786 CSS 1 10-01-05 08:33 AM
CSS Div problem themanmathias CSS 1 09-29-05 09:05 PM


All times are GMT -5. The time now is 02:22 PM.
vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.