2 replies [Last post]
Johnny Bulky
Johnny Bulky's picture
User offline. Last seen 5 weeks 2 days ago. Offline
newbie
Timezone: GMT-4
Joined: 2010-07-30
Posts: 3
Points: 4

Any help is good help. This is the page in progress, hover on the Try It Now button in the middle of the page. It grows in height and pushes the rest of the content down a bit when viewed in IE 8.
http://www.creditscorequick.com/theft/index2.html

Here is the button code
<div align="center" id="button1"><a href="https://www.trustedid.com/cmalp9.php?promoRefCode=NEXTWEBID30" target="_blank">Try It Now!</a></div>

Here is the css:
#button1 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 18px;
color: #000000;
background-color: #E4E4E4;
height: 30px;
width: 120px;
border: 1px solid #C0C0C0;
font-weight: bold;
text-align: center;
vertical-align: middle;
margin-left: 70px;
margin-top: 15px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
line-height: 29px;
display:block;
}

#button1 a {
color: #0058B0;
text-decoration: none;
display:block;
}

#button1 :hover{
color: #FFFFFF;
background-color: #00A400;
border: 1px solid #009F00;
text-decoration: none;
cursor:pointer;
display:block;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

}

Regards,
JB

Deuce
Deuce's picture
User offline. Last seen 1 hour 37 min ago. Offline
rank Guru
Guru
Timezone: GMT-7
Joined: 2005-11-20
Posts: 3754
Points: 1061

Page not found. Try changing

Page not found.
Try changing #button1 :hover to #button1 a:hover

all ยป http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

Johnny Bulky
Johnny Bulky's picture
User offline. Last seen 5 weeks 2 days ago. Offline
newbie
Timezone: GMT-4
Joined: 2010-07-30
Posts: 3
Points: 4

New page address

http://www.creditscorequick.com/theft/ is the new address for the same as index2.html above

I did try putting the a:hover, but no luck.

Thanks,
JB