CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 23rd, 2002, 04:41 PM
lnuxhakr lnuxhakr is offline
I need more of everything
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2002
Location: variable
Posts: 182 lnuxhakr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
css opacity rollovers

Hello everyone,

I am having a bit of a problem creating css opacity rollovers. I have the rollover working, but the href inside the table cell will not work. Here is my code:

Head Section:

<SCRIPT>
<!--
function fadeOut(obj) {
obj.style.filter="blendTrans(duration=1)";
// Make sure filter is not playing.
if ((obj.visibility != "hidden")) {
obj.filters.blendTrans.Apply();
obj.style.visibility="hidden";
obj.filters.blendTrans.Play();
}
}
function fadeIn(obj) {
obj.style.filter="blendTrans(duration=1)";
// Make sure filter is not playing.
if ((obj.visibility != "visible")) {
obj.filters.blendTrans.Apply();
obj.style.visibility="visible";
obj.filters.blendTrans.Play();
}
}
-->
</SCRIPT>


Body Section:

<td ID="modern" onMouseOver="fadeOut(modern)" onMouseOut="fadeIn(modern)" bgcolor="#0099FF">
<a href="modern/modern.html">Modern</a></td>



Again the rollover works well and changes opacity as it should, but the href doesnt work. Any advice is greatly appreciated...
__________________
Windows?

Reply With Quote
  #2  
Old November 27th, 2002, 04:12 AM
99miles 99miles is offline
#-------------------------
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2002
Location: you s of a
Posts: 35 99miles User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
have you tried IE and NN? I believe that is one of the 2000 NN bugs, but I'm not sure about IE. I haven't tested your code. Lemme know

Reply With Quote
  #3  
Old November 27th, 2002, 08:06 AM
lnuxhakr lnuxhakr is offline
I need more of everything
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2002
Location: variable
Posts: 182 lnuxhakr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Thanks for your reply, but I have gotten it to work

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > css opacity rollovers


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway