image hover |
image hover |
Oct 1 2009, 06:53 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2009 Member No: 738,794 |
so guys i have a problem with a hover effect... this is the standard graphic http://img27.imageshack.us/img27/6028/blogvb.jpg and if you rollover with your mouse is should be this http://img194.imageshack.us/img194/9654/bloghover.jpg can everyone help me with the source code?
thx 1337LPU |
|
|
|
![]() |
Oct 3 2009, 08:38 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
You should really clean up your codes. All CSS codes should go in one section and all HTML codes should go in another. Anyway, look for and remove this from your About Me codes:
CODE <style>div td img{display:none; visibility:hidden !important; WIDTH:0px !important}</style> Then look for this bit: CODE </style> .topbannerhover {position:absolute; top:0px; left:50%; margin-left:-425px;; width:849px; height:925px; z-index:1;} div.topbanner a:hover{ border-top: none; opacity: 0.0; filter: alpha(opacity=0); width: 0px; height: 0px; z-index:1; } .topbanner {position:absolute; top:0px; left:50%; margin-left:-425px; width:849px; height:925px; z-index:1;} Place the <style> tag below all those selectors so it ends up like this: CODE .topbannerhover {position:absolute; top:0px; left:50%; margin-left:-425px;; width:849px; height:925px; z-index:1;} div.topbanner a:hover{ border-top: none; opacity: 0.0; filter: alpha(opacity=0); width: 0px; height: 0px; z-index:1; } .topbanner {position:absolute; top:0px; left:50%; margin-left:-425px; width:849px; height:925px; z-index:1;} </style> That should fix your page up. |
|
|
|
1337LPU image hover Oct 1 2009, 06:53 AM
ZeT0 Have you tried this? Oct 1 2009, 09:21 AM
1337LPU mhm no but i read it. so i have to write the data ... Oct 1 2009, 11:14 AM
ZeT0 I couldn't do them a while ago either.
Refer t... Oct 1 2009, 11:30 AM
1337LPU so is topbanner just a description or it is import... Oct 1 2009, 01:47 PM
Mike It's important. It's the class used to put... Oct 1 2009, 01:51 PM
1337LPU ok so i have to put the height and the width etc. ... Oct 2 2009, 02:43 AM
Mike Just read the tutorial ZeT0 linked up top. It expl... Oct 2 2009, 03:50 AM
1337LPU so i get it! but in one part im a little bit u... Oct 2 2009, 04:48 AM
1337LPU ok i will try it ;) Oct 2 2009, 05:55 AM
1337LPU i dont get it, the code f*cked up my profile www.m... Oct 2 2009, 10:36 AM
1337LPU mhm it doesnt work, same problem! any ideas? b... Oct 3 2009, 09:42 AM
1337LPU mhm no thats no problem!
the link to the pag... Oct 3 2009, 10:07 AM
1337LPU jup its a testlayout site from me why?
edit: can... Oct 3 2009, 10:16 AM
Mike Replace your About Me codes with this:
CODE<di... Oct 4 2009, 07:31 AM
1337LPU it works, mike you are the best! 1000000 thank... Oct 4 2009, 01:51 PM
manny-the-dino Topic Closed and Moved Oct 4 2009, 02:02 PM![]() ![]() |