Click here to Skip to main content
15,888,579 members
Home / Discussions / Web Development
   

Web Development

 
Questioni want to learn php Pin
mohale_ephraim14-Jul-13 20:55
mohale_ephraim14-Jul-13 20:55 
AnswerRe: i want to learn php Pin
Richard MacCutchan14-Jul-13 21:22
mveRichard MacCutchan14-Jul-13 21:22 
AnswerRe: i want to learn php Pin
Killzone DeathMan9-Jan-14 1:30
Killzone DeathMan9-Jan-14 1:30 
QuestionServlet HTTP client requests Pin
Neo1010113-Jul-13 8:15
Neo1010113-Jul-13 8:15 
AnswerRe: Servlet HTTP client requests Pin
AlphaDeltaTheta15-Jul-13 6:30
AlphaDeltaTheta15-Jul-13 6:30 
QuestionBreadcrumb not showing view name Pin
astrixtech12-Jul-13 6:02
astrixtech12-Jul-13 6:02 
GeneralRe: Breadcrumb not showing view name Pin
astrixtech12-Jul-13 19:29
astrixtech12-Jul-13 19:29 
QuestionStyling links Pin
astrixtech11-Jul-13 5:21
astrixtech11-Jul-13 5:21 
Hi,

Theres a requirement like, give different image links for different sites in left navigation bar. There are 5 sites to be listed out.So I have put them in a table format by hiding quick launch menu( I modified the master page).Everything is working fine. But the next requirement is ,hovering on each link / when the link is active,it should show orange color. The following is the code of one site in master page
<table style="background:blue" >
<tr id="ex1">
<a href="www.google.com" >
<td style="background-color:blue; width: 148px; height:40px;" valign="middle">				
<label id="lblGoogle" >
<img src="www.google.com" alt="" width="33" height="23" class="ms-viewselector-arrow" style="float: left"/>	
<a id="imgGoogle" href="www.google.com">
<span class="style9" style="vertical-align:middle">
Google</span></a></label>
</td>
</a>					
</tr>
</table>

And in the css file I have written the below for hover:

#ex1:hover
{
	background-color:orange !important;
	color:white !important;
}

Instead of having ex1 as id, I have tried it with class. Even that is not working fine. Please help.Unsure | :~

Many thanks
AnswerRe: Styling links Pin
vbmike12-Jul-13 3:51
vbmike12-Jul-13 3:51 
GeneralRe: Styling links Pin
astrixtech12-Jul-13 5:47
astrixtech12-Jul-13 5:47 
QuestionSome operations are slow running in IE8 than FireFox and Chrome in my web application Pin
wxpwu11-Jul-13 4:56
wxpwu11-Jul-13 4:56 
QuestionWCF Reporting - Return Data Pin
eddieangel10-Jul-13 8:04
eddieangel10-Jul-13 8:04 
AnswerRe: WCF Reporting - Return Data Pin
chester_it2111-Jul-13 9:55
chester_it2111-Jul-13 9:55 
QuestionContainer doesn't expand for image Pin
Jonathan Davies5-Jul-13 0:37
Jonathan Davies5-Jul-13 0:37 
Questionwebsite enhancement tips needed Pin
panchalpuja4-Jul-13 21:14
panchalpuja4-Jul-13 21:14 
Questionhow to get the live visitors of my website Pin
Md. Tarek Showkot3-Jul-13 11:02
Md. Tarek Showkot3-Jul-13 11:02 
AnswerRe: how to get the live visitors of my website Pin
chester_it2111-Jul-13 9:36
chester_it2111-Jul-13 9:36 
QuestionWay to Configure Wordpress? Pin
David Kroj30-Jun-13 21:10
David Kroj30-Jun-13 21:10 
AnswerRe: Way to Configure Wordpress? Pin
User 171649230-Jun-13 22:43
professionalUser 171649230-Jun-13 22:43 
GeneralRe: Way to Configure Wordpress? Pin
David Kroj1-Jul-13 20:37
David Kroj1-Jul-13 20:37 
GeneralRe: Way to Configure Wordpress? Pin
User 17164921-Jul-13 22:10
professionalUser 17164921-Jul-13 22:10 
GeneralRe: Way to Configure Wordpress? Pin
David Kroj1-Jul-13 22:37
David Kroj1-Jul-13 22:37 
GeneralRe: Way to Configure Wordpress? Pin
User 17164922-Jul-13 2:23
professionalUser 17164922-Jul-13 2:23 
AnswerMessage Closed Pin
14-Jul-13 3:14
Member 1015486914-Jul-13 3:14 
GeneralRe: Way to Configure Wordpress? Pin
Dave Kreskowiak14-Jul-13 3:26
mveDave Kreskowiak14-Jul-13 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.