opacity

Reply

Join Date: Oct 2006
Posts: 24
Reputation: vexhawk is an unknown quantity at this point 
Solved Threads: 0
vexhawk vexhawk is offline Offline
Newbie Poster

opacity

 
0
  #1
Mar 28th, 2007
Does anyone know if there are opacity issues in IE 6-7 vs Firefox? This is what I have.

  1.  
  2. #tabBar li a
  3. {
  4. background-color: #ff9900;
  5. border: 1px solid #ff1100;
  6. border-top: none;
  7. color: #ffffff;
  8. padding: 1px 5px 2px 5px;
  9. display: block;
  10. text-decoration: none;
  11. filter: alpha(opacity=50);
  12. opacity:.50;
  13. }
  14.  
  15. #tabBar li a:hover
  16. {
  17. opacity: 1;
  18. }

It seems that the opacity property works fine with links onFirefox; but it will not show when applied to links in IE. Why is that? I know the property itself works when not applied to links. Let me know if there is a way around this. Thanks.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum


Views: 2555 | Replies: 0
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC