View Full Version : rollover buttons showing up very small
fresh83
04-15-2008, 04:01 AM
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=46458831
if u look in the friends section in the middle theres a small blue rollover button coded with css, i dont know why its showing up so small i have height in width tags in bolth the css and the actual codeing of it any ideas?
fresh83
04-15-2008, 12:27 PM
here the code i did for my button if it helps
.button {
background: url('http://img525.imageshack.us/img525/4984/paigehn0.jpg');
width:138px;
height:178px;
}
.button:hover {
background: url('http://img175.imageshack.us/img175/2/paigegmw3.gif');
width:138px;
height:178px;
}
and heres the html
<a href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15c3BhY2UuY29tL2NhcHRhaW5zdGlja3k=" class="button" width="139" height="178">
Medyman
04-15-2008, 01:11 PM
I guess you changed your page because I don't see you using the button class on any of your links.
A quick glance though shows that you have multiple style blocks within the body of page. CSS HAS to be in the <head> and within a single set of <style></style> tags.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.