imge rollovers on divs and image maps, in psp. |
imge rollovers on divs and image maps, in psp. |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 28 Joined: Oct 2007 Member No: 583,934 ![]() |
how do you do them?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 ![]() |
Here Is A HTML/CSS type. This Works On Myspace.
preview Here Is With Image CODE <style type='text/css' > .id_hl a,.id_hl a:active, .id_hl a:visited { display:BLOCK; font-family: Times New Roman; background-image:url(http://cbimg6.com/layouts/07/11/10/22997b.jpg); font-weight:BOLD; font-size:15PX; padding:10PX; border-left:0PX SOLID; border-bottom:2PX SOLID; border-color:000000; text-decoration:NONE; color:222222; background-color:444444; z-index:2; } .id_hl a:hover { color:222222; background-color:333333; background-image:url(http://cbimg6.com/layouts/07/11/10/22995b.jpg); text-decoration:NONE; z-index:2; } </style> <div class='id_hl' > <a href='http://fawaz.createblog.com' class='id_h1' > Link </a> </div> Those Are Just To Random Images I Copy From Createblog.com |
|
|
![]() ![]() |