Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Please Help ? When Hover Turns White?
Old 02-02-2012, 01:23 PM Please Help ? When Hover Turns White?
@SickFooDino's Avatar
Skilled Talker

Posts: 60
Name: Dino
Location: In A State Of Trance<3(:
Trades: 0
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>
__________________

Please login or register to view this content. Registration is FREE
@SickFooDino is offline
Reply With Quote
View Public Profile Visit @SickFooDino's homepage!
 
 
Register now for full access!
Old 02-02-2012, 02:23 PM Re: Please Help ? When Hover Turns White?
jim1228's Avatar
Extreme Talker

Posts: 195
Name: Jim
Location: Ohio
Trades: 0
CSS class hover

dump.css line 8174
#profile_wrap .alt_row01:hover
jim1228 is offline
Reply With Quote
View Public Profile Visit jim1228's homepage!
 
Old 02-02-2012, 03:58 PM Re: Please Help ? When Hover Turns White?
@SickFooDino's Avatar
Skilled Talker

Posts: 60
Name: Dino
Location: In A State Of Trance<3(:
Trades: 0
Explain i need to edit in my css?
__________________

Please login or register to view this content. Registration is FREE
@SickFooDino is offline
Reply With Quote
View Public Profile Visit @SickFooDino's homepage!
 
Old 02-02-2012, 03:59 PM Re: Please Help ? When Hover Turns White?
@SickFooDino's Avatar
Skilled Talker

Posts: 60
Name: Dino
Location: In A State Of Trance<3(:
Trades: 0
MY CSS is

<style>
#body_wrap { background-color: #F3F3F3; }
#profile_wrap { background-color: #FFFFFF; }
#profile_wrap .comphead { background-color: #E6E6E6; }
#profile_wrap .alt_row01,#comp_about .amtitle { background-color: #F0F0F0; }
#profile_wrap .alt_row02 { background-color: #F6F6F6; }
.borderline { border-top:1px solid #CCCCCC; }
#body_wrap h4 { color: #000000; }
#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: #000000; }
#body_wrap a:link, a:visited { color: #0066FF; }
#body_wrap { font-family: Arial; }
#body_wrap { font-size: 11px; }
#body_wrap { font-weight: Normal; }
#body_wrap { letter-spacing: 0pt; }
#body_wrap h3 { color: #000000; }
#body_wrap h3 { font-family: Arial; }
#body_wrap h3 { font-size: 16px; }
#body_wrap h3 { font-weight: Bold; }
#body_wrap h3 { letter-spacing: -1px; }
#comp_intro .display_name { color: #000000; }
#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; }
.date { color: #666666; }
.date { font-family: Arial; }
.date { font-size: 9px; }
.date { font-weight: Normal; }
.date { letter-spacing: 0pt; }
</style>
__________________

Please login or register to view this content. Registration is FREE
@SickFooDino is offline
Reply With Quote
View Public Profile Visit @SickFooDino's homepage!
 
Old 02-03-2012, 03:56 AM Re: Please Help ? When Hover Turns White?
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
As Jim wrote, you have a css file called Dump.css. In it, on line 8174 there is a line that sets the background color to white on hover.
Code:
#profile_wrap .alt_row01:hover {background-color:#fff;}
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Reply     « Reply to Please Help ? When Hover Turns White?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.46434 seconds with 12 queries