Rollover code |
Rollover code |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 621 Joined: Mar 2006 Member No: 387,078 ![]() |
Could someone tell me why the image isn't showing up on my myspace?
<style type="text/css"> .header{ background:url(http://img479.imageshack.us/img479/6246/70246576se9.png) top left no-repeat; display:block;width:150px;height:19px; position:absolute;left:0px;top:0px; z-index:0; } </style> please and thank you ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 ![]() |
This image isn't showing up because you just have the css, you don't have any html for it.
Try This CODE <style type="text/css"> .header{ background:url(http://img479.imageshack.us/img479/6246/70246576se9.png) top left no-repeat; display:block;width:150px;height:19px; position:absolute;left:0px;top:0px; z-index:0; } </style> <div class='header' ></div> by the way if you want to just display an image you can use CODE <img src="IMAGE URL HERE" > ![]() |
|
|
![]() ![]() |