Click here to Skip to main content
15,903,854 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to highlight the row..... Pin
Dotnetkanna11-May-07 9:06
Dotnetkanna11-May-07 9:06 
QuestionCalendar enhancement ? Pin
Cody_2111-May-07 7:37
Cody_2111-May-07 7:37 
QuestionBUTTON OVER IMAGE IN ASP.NET? Pin
hifiger200411-May-07 6:38
hifiger200411-May-07 6:38 
AnswerRe: BUTTON OVER IMAGE IN ASP.NET? Pin
Fred_Smith11-May-07 7:33
Fred_Smith11-May-07 7:33 
GeneralRe: BUTTON OVER IMAGE IN ASP.NET? Pin
hifiger200411-May-07 8:01
hifiger200411-May-07 8:01 
GeneralRe: BUTTON OVER IMAGE IN ASP.NET? Pin
Fred_Smith11-May-07 8:25
Fred_Smith11-May-07 8:25 
GeneralRe: BUTTON OVER IMAGE IN ASP.NET? Pin
hifiger200411-May-07 8:47
hifiger200411-May-07 8:47 
GeneralRe: BUTTON OVER IMAGE IN ASP.NET? [modified] Pin
Fred_Smith11-May-07 9:23
Fred_Smith11-May-07 9:23 
Here is a test page for you, with the code culled from your page - but put the main image in the same folder (or alter the code here) to try it out.
There are "better" ways (ie making better use of the CSS and not having it inline etc), but this works and shows the principle...)
cheers
F

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
</head>
<body>
<div id="ctl00_UpdatePanel1" style="height: 159px; background: #ffffff url(cvdh.gif) no-repeat;">
<table style="width: 780px">
<tr>
<td style="height: 148px; text-align: center" valign="bottom">
<input type="submit" name="ctl00$Button7" value="Button" id="ctl00_Button7" style="color:Black;background-color:White;border-color:Transparent;border-style:None;font-weight:bold;" /></td>
<td style="height: 148px; text-align: center" valign="bottom">
<input type="submit" name="ctl00$Button8" value="Button" id="ctl00_Button8" style="color:Black;background-color:White;border-style:None;font-weight:bold;" /></td>
<td style="height: 148px; text-align: center" valign="bottom">
<input type="submit" name="ctl00$Button9" value="Button" id="ctl00_Button9" style="color:Black;background-color:White;border-style:None;font-weight:bold;" /></td>
<td style="height: 148px; text-align: center" valign="bottom">
<input type="submit" name="ctl00$Button10" value="Button" id="ctl00_Button10" style="color:Black;background-color:White;border-style:None;font-weight:bold;" /></td>
<td style="height: 148px; text-align: center" valign="bottom">
<input type="submit" name="ctl00$Button11" value="Button" id="ctl00_Button11" style="color:Black;background-color:White;border-style:None;font-weight:bold;" /></td>
<td style="height: 148px; text-align: center" valign="bottom">
<input type="submit" name="ctl00$Button12" value="Button" id="ctl00_Button12" style="color:Black;background-color:White;border-style:None;font-weight:bold;" /></td>
</tr>
</table>
</div>
<p>CVD website home page<p>
</body>
</html>



-- modified at 15:51 Friday 11th May, 2007
GeneralRe: BUTTON OVER IMAGE IN ASP.NET? Pin
hifiger200411-May-07 10:07
hifiger200411-May-07 10:07 
GeneralRe: BUTTON OVER IMAGE IN ASP.NET? Pin
Fred_Smith11-May-07 9:53
Fred_Smith11-May-07 9:53 
GeneralRe: BUTTON OVER IMAGE IN ASP.NET? Pin
hifiger200411-May-07 17:33
hifiger200411-May-07 17:33 
GeneralRe: BUTTON OVER IMAGE IN ASP.NET? Pin
hifiger200411-May-07 17:48
hifiger200411-May-07 17:48 
Questionasp mailler [modified]----solved Pin
emrefc11-May-07 5:41
emrefc11-May-07 5:41 
QuestionClearing the QueryString Pin
#realJSOP11-May-07 5:33
professional#realJSOP11-May-07 5:33 
AnswerRe: Clearing the QueryString Pin
JimmyRopes12-May-07 5:50
professionalJimmyRopes12-May-07 5:50 
GeneralRe: Clearing the QueryString Pin
#realJSOP12-May-07 7:52
professional#realJSOP12-May-07 7:52 
GeneralRe: Clearing the QueryString [modified] Pin
JimmyRopes12-May-07 9:49
professionalJimmyRopes12-May-07 9:49 
AnswerRe: Clearing the QueryString Pin
badgrs14-May-07 3:34
badgrs14-May-07 3:34 
GeneralRe: Clearing the QueryString Pin
#realJSOP14-May-07 4:18
professional#realJSOP14-May-07 4:18 
GeneralRe: Clearing the QueryString Pin
JimmyRopes14-May-07 6:11
professionalJimmyRopes14-May-07 6:11 
GeneralRe: Clearing the QueryString Pin
#realJSOP14-May-07 4:20
professional#realJSOP14-May-07 4:20 
GeneralRe: Clearing the QueryString Pin
JimmyRopes14-May-07 6:27
professionalJimmyRopes14-May-07 6:27 
QuestionBizTalk Clarification Pin
Prashant C11-May-07 1:29
Prashant C11-May-07 1:29 
QuestionHow Do make a website reports Pin
Vimalsoft(Pty) Ltd11-May-07 1:21
professionalVimalsoft(Pty) Ltd11-May-07 1:21 
AnswerRe: How Do make a website reports Pin
Fred_Smith11-May-07 1:54
Fred_Smith11-May-07 1:54 

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.