Please Help ? When Hover Turns White?

Working with page here: http://fla.vor.us/1116955-Solstice-B…y-04-2012.html

if you see where it says event info if you put your mouse over it, it turns white ?

How can I fix that? i just want it NOT to turn white when hover or anything. I can edit both the html and css. i haven’t touched css tho, but i have made alot of edits to the html.

here’s the html source

HTML Code:

<div id="inside_thumbs"><div class="spacer5"> </div><div id="dynamiccssstyle_profile" style="display:none;"><style>
  #body_wrap { 
background:url(http://solsticebass.com/exoedmside.jpg) no-repeat scroll left 37px #000;   
padding-top:75px;
  }

#flavorusbanner {
    background-color: #333333;
    height: 37px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#customized{
    background:#0298D1;
    background: -moz-linear-gradient(100% 100% 90deg, #2b541e, #407e2d) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0298D1), to(#081F46));
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow:0 0 2px #021623;
    -webkit-box-shadow:0 0 2px #021623;
    box-shadow:0 0 2px #021623;
}

#inside_thumbs #customized{
    background:transparent;
    -moz-box-shadow:0 0 0px #021623;
    -webkit-box-shadow:0 0 0px #021623;
    box-shadow:0 0 0px #021623;
}

#whoscoming_container{
    background:#0298D1;
    background: -moz-linear-gradient(100% 100% 90deg, #081F46, #0298D1) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0298D1), to(#081F46));
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding-top:0px;
    margin-top:15px;
    -moz-box-shadow:0 0 2px #021623;
    -webkit-box-shadow:0 0 2px #021623;
    box-shadow:0 0 2px #021623;
}

#event_photos{
    background:#0298D1;
    background: -moz-linear-gradient(100% 100% 90deg, #081F46, #0298D1) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0298D1), to(#081F46));
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding-top:0px;
    margin-top:15px;
    -moz-box-shadow:0 0 2px #021623;
    -webkit-box-shadow:0 0 2px #021623;
    box-shadow:0 0 2px #021623;
}

#event_videos{
    background:#0298D1;
    background: -moz-linear-gradient(100% 100% 90deg, #081F46, #0298D1) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0298D1), to(#081F46));
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding-top:0px;
    margin-top:15px;
    -moz-box-shadow:0 0 2px #021623;
    -webkit-box-shadow:0 0 2px #021623;
    box-shadow:0 0 2px #021623;
}

#comp_comments{
    background:#0298D1;
    background: -moz-linear-gradient(100% 100% 90deg, #081F46, #0298D1) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0298D1), to(#081F46));
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding-top:0px;
    margin-top:15px;
    -moz-box-shadow:0 0 2px #021623;
    -webkit-box-shadow:0 0 2px #021623;
    box-shadow:0 0 2px #021623;
}

#buy_tix {
    background: -moz-linear-gradient(100% 100% 90deg, #2b541e, #407e2d) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#0298D1), to(#081F46));
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding: 10px;
    position: relative;
    width: 510px;
}

#buy_tix .buytixbut {
    float: left;
    left: 0;
    margin-top: 5px;
    position: relative;
    top: 0;
    width: 500px;
}

#buy_tix .event_pic {
    display: none;
    float: left;
    height: 200px;
    margin-right: 10px;
    width: 200px;
}

 #profile_wrap {     
background-color: #FFFFFF;
width:530px;
margin-left:40%;
opacity:0.97;
      }

 #profile_wrap .comphead {      background-color: transparent;      }
 #profile_wrap .alt_row01,#comp_about .amtitle {      background-color: transparent;      }
 #profile_wrap .alt_row02 {      background-color: transparent;      }

.borderline {
    border-bottom: 1px solid #20477D;
    border-top: 1px solid #123363;
    margin: auto;
    width: 95%;
}

#purchase_item .borderline {
    border-bottom: 1px solid #ccc;
    border-top: 0px solid #123363;
    margin: auto;
    width: 100%;
}

#add_item .borderline {
    border-bottom: 1px solid #ccc;
    border-top: 0px solid #123363;
    margin: auto;
    width: 100%;
}

 #body_wrap h4 {      color: #fff;      }
 #body_wrap h4 {      font-family: Arial;      }
 #body_wrap h4 {      font-size: 13px;      }
 #body_wrap h4 {      font-weight: Bold;      }
 #body_wrap h4 {      letter-spacing: -1px;      }
 #body_wrap {      color: #fff;      }
#add_item a:link, a:visited {      color: #0066ff;      }

#body_wrap #add_item a:hover {      color: #0066ff;      }

#body_wrap #add_item a:link, a:visited {      color: #0066ff;      }

#body_wrap #add_item a:hover {      color: #0066ff;      }

#body_wrap a:link, a:visited {      color: #fd0000;      }

#body_wrap a:hover {      color: #fd0000;      }

 #body_wrap {      font-family: Arial;      }
 #body_wrap {      font-size: 11px;      }
 #body_wrap {      font-weight: Normal;      }
 #body_wrap {      letter-spacing: 0pt;      }
 #body_wrap h3 {      color: #fff;      }

#body_wrap .comphead .h3cont h3 a {
    color: #FFFFFF;
}

 #body_wrap h3 {      font-family: Arial;      }
 #body_wrap h3 {      font-size: 16px;      }
 #body_wrap h3 {      font-weight: Bold;      }
 #body_wrap h3 {      letter-spacing: -1px;      }

.display_name {
    color: #FFFFFF;
    font: bold 40px Arial,Helvetica,sans-serif;
    letter-spacing: -3px;
    text-shadow: 1px 1px 0 #081F46;
}

 #comp_intro .display_name {      font-family: Arial;      }
 #comp_intro .display_name {      font-size: 30px;      }
 #comp_intro .display_name {      font-weight: Bold;      }
 #comp_intro .display_name {      letter-spacing: -3px;      }

.comphead .howmany {
    color: #E74A53;
    float: left;
    margin-left: 5px;
    padding-top: 3px;
}

 .date {      color: #666666;      }
 .date {      font-family: Arial;      }
 .date {      font-size: 9px;      }
 .date {      font-weight: Normal;      }
 .date {      letter-spacing: 0pt;      }

#body_wrap #buyticket h3{
color:#000;
}

#body_wrap #buyticket h4{
color:#000;
}

#body_wrap #buyticket{
color:#000;
}

#buy_tix #add_item .iteminfo {
    margin-top: -1px;
    width: 495px;
}

#inside_thumbs .flist .fthumb {
    height: 67px;
    overflow: hidden;
    white-space: nowrap;
    width: 67px;
}
#event_details {width:500px;}
</style> </div>
<div id="customized"><p>
<img src="http://solsticebass.com/exoedmside.jpg" alt="SOLSTICE BASS" />
</p>


View full post on Tycoon Talk

, , , ,

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Get Adobe Flash playerPlugin by wpburn.com wordpress themes


RSS Site FeedRSS Site Feed

© 1992-2011 DC2NET™, Inc. All Rights Reserved