Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS Color for Link Button

Status
Not open for further replies.

jzelhart

Programmer
Feb 10, 2003
469
US
I am trying to set the Forecolor for LinkButtons in a Panel that is set by CSS. I can get other features to work like font size etc but not the forecolor. I have color set in my style and from reading another post tried setting text-decoration to none.

CSS Code

Code:
.FooterBar
{
	color:White;
	top: 425px;
	left: 2px;
	position:absolute;
	width: 738px;
	font-family:Arial, Verdana, Tahoma, Times New Roman;
	font-size: 10px;	
	border-width: 1px;
	border-style: solid;
	background-color: Navy;
	border-color: Red;
	text-decoration:none;	
}
.TabBar
{
	color: White;
	top: 105px;
	left: 2px;
	POSITION: absolute;
	width: 738px;
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 10px;	
	border-width: 1px;
	border-style: solid;
	background-color: Red;
	border-color: Navy;
	text-decoration:none;	
}
.LinkButtonFooter
{
	color: White;
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 10px;
	background-color: Navy;
	font-weight: bold;
	text-decoration:none;	
}
.LinkButtonTab
{
	color: Aqua;
	font-family:Arial, Verdana, Tahoma, Times New Roman;
	font-size: 10px;
	background-color: Red;
	font-weight: bold;
	text-decoration:none;	
}
[\Code]

HTML
[Code]
<HTML>
	<HEAD>
		<title>BudForm1</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="[URL unfurl="true"]http://schemas.microsoft.com/intellisense/ie5"[/URL] name="vs_targetSchema">
		<LINK href="../Styles10px.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="FlowLayout">
		<form id="Form1" method="post" runat="server">
			<uc1:webpageheader id="WebPageHeader1" runat="server"></uc1:webpageheader>
			<asp:label id="lblLeft1" runat="server" CssClass="LabelPos1Col1">Selected Vendor No:</asp:label><asp:textbox id="txtLeft1" runat="server" CssClass="FieldPos1Col1" Width="140px">1234567890</asp:textbox>
			<asp:label id="lblLeft2" runat="server" CssClass="LabelPos1Col2b">Vendor Name:</asp:label><asp:textbox id="txtLeft2" runat="server" CssClass="FieldPos1Col2b" Width="385px">Selected Vendor's Name</asp:textbox>
			<asp:label id="Label4" runat="server" CssClass="LabelPos3Col1">Label 1:</asp:label><asp:textbox id="Textbox4" runat="server" CssClass="FieldPos3Col1" Width="140px">1</asp:textbox>
			<asp:label id="Label6" runat="server" CssClass="LabelPos3Col2b">Label 2:</asp:label><asp:textbox id="Textbox6" runat="server" CssClass="FieldPos3Col2b" Width="140px">2</asp:textbox>
			<asp:label id="Label7" runat="server" CssClass="LabelPos3Col3">Label 3:</asp:label><asp:textbox id="Textbox7" runat="server" CssClass="FieldPos3Col3" Width="140px">3</asp:textbox>
			<asp:label id="Label9" runat="server" CssClass="LabelPos4Col1">Label 4:</asp:label><asp:textbox id="Textbox9" runat="server" CssClass="FieldPos4Col1" Width="140px">4</asp:textbox>
			<asp:label id="Label10" runat="server" CssClass="LabelPos4Col2b">Label 5:</asp:label><asp:textbox id="Textbox10" runat="server" CssClass="FieldPos4Col2b" Width="140px">5</asp:textbox>
			<asp:label id="Label12" runat="server" CssClass="LabelPos4Col3">Label 6:</asp:label><asp:textbox id="Textbox12" runat="server" CssClass="FieldPos4Col3" Width="140px">6</asp:textbox>
			<asp:label id="Label13" runat="server" CssClass="LabelPos5Col1">Label 7:</asp:label><asp:textbox id="Textbox13" runat="server" CssClass="FieldPos5Col1" Width="140px">7</asp:textbox>
			<asp:label id="Label15" runat="server" CssClass="LabelPos5Col2b">Label 8:</asp:label><asp:textbox id="Textbox15" runat="server" CssClass="FieldPos5Col2b" Width="140px">8</asp:textbox>
			<asp:label id="Label16" runat="server" CssClass="LabelPos5Col3">Label 9:</asp:label><asp:textbox id="Textbox16" runat="server" CssClass="FieldPos5Col3" Width="140px">9</asp:textbox>
			<asp:label id="Label37" runat="server" CssClass="LabelPos6Col1">Label 10:</asp:label><asp:textbox id="Textbox37" runat="server" CssClass="FieldPos6Col1" Width="140px">10</asp:textbox>
			<asp:label id="Label38" runat="server" CssClass="LabelPos6Col2b">Label 11:</asp:label><asp:textbox id="Textbox38" runat="server" CssClass="FieldPos6Col2b" Width="140px">11</asp:textbox>
			<asp:label id="Label39" runat="server" CssClass="LabelPos6Col3">Label 12:</asp:label><asp:textbox id="Textbox39" runat="server" CssClass="FieldPos6Col3" Width="140px">12</asp:textbox>
			<asp:label id="Label18" runat="server" CssClass="LabelPos7Col1">Label 13:</asp:label><asp:textbox id="Textbox18" runat="server" CssClass="FieldPos7Col1" Width="140px">13</asp:textbox>
			<asp:label id="Label19" runat="server" CssClass="LabelPos7Col2b">Label 14:</asp:label><asp:textbox id="Textbox19" runat="server" CssClass="FieldPos7Col2b" Width="140px">14</asp:textbox>
			<asp:label id="Label21" runat="server" CssClass="LabelPos7Col3">Label 15:</asp:label><asp:textbox id="Textbox21" runat="server" CssClass="FieldPos7Col3" Width="140px">15</asp:textbox>&gt;
			<asp:label id="Label22" runat="server" CssClass="LabelPos8Col1">Label 16:</asp:label><asp:textbox id="Textbox22" runat="server" CssClass="FieldPos8Col1" Width="140px">16</asp:textbox>&gt;
			<asp:label id="Label23" runat="server" CssClass="LabelPos8Col2b">Label 17:</asp:label><asp:textbox id="Textbox23" runat="server" CssClass="FieldPos8Col2b" Width="140px">17</asp:textbox>
			<asp:label id="Label46" runat="server" CssClass="LabelPos8Col3">Label 18:</asp:label><asp:textbox id="txtRight1" runat="server" CssClass="FieldPos8Col3" Width="140px">18</asp:textbox>
			<asp:label id="Label2" runat="server" CssClass="LabelPos9Col1">Label 19:</asp:label><asp:textbox id="Textbox2" runat="server" CssClass="FieldPos9Col1" Width="140px">19</asp:textbox>
			<asp:label id="Label5" runat="server" CssClass="LabelPos9Col2b">Label 20:</asp:label><asp:textbox id="Textbox5" runat="server" CssClass="FieldPos9Col2b" Width="140px">20</asp:textbox>
			<asp:label id="Label8" runat="server" CssClass="LabelPos9Col3">Label 21:</asp:label><asp:textbox id="Textbox8" runat="server" CssClass="FieldPos9Col3" Width="140px">21</asp:textbox>
			<asp:label id="Label11" runat="server" CssClass="LabelPos10Col1">Label 22:</asp:label><asp:textbox id="Textbox11" runat="server" CssClass="FieldPos10Col1" Width="140px">22</asp:textbox>
			<asp:label id="Label14" runat="server" CssClass="LabelPos10Col2b">Label 23:</asp:label><asp:textbox id="Textbox14" runat="server" CssClass="FieldPos10Col2b" Width="140px">23</asp:textbox>
			<asp:label id="Label17" runat="server" CssClass="LabelPos10Col3">Label 24:</asp:label><asp:textbox id="Textbox17" runat="server" CssClass="FieldPos10Col3" Width="140px">24</asp:textbox>&gt;
			<asp:label id="Label20" runat="server" CssClass="LabelPos11Col1">Label 25:</asp:label><asp:textbox id="Textbox20" runat="server" CssClass="FieldPos11Col1" Width="140px">25</asp:textbox>&gt;
			<asp:label id="Label26" runat="server" CssClass="LabelPos11Col2b">Label 26:</asp:label><asp:textbox id="Textbox26" runat="server" CssClass="FieldPos11Col2b" Width="140px">26</asp:textbox>
			<asp:label id="Label27" runat="server" CssClass="LabelPos11Col3">Label 27:</asp:label><asp:textbox id="Textbox27" runat="server" CssClass="FieldPos11Col3" Width="140px">27</asp:textbox>&gt;
			<asp:label id="Label28" runat="server" CssClass="LabelPos12Col1">Label 28:</asp:label><asp:textbox id="Textbox28" runat="server" CssClass="FieldPos12Col1" Width="140px">28</asp:textbox>
			<asp:label id="Label29" runat="server" CssClass="LabelPos12Col2b">Label 29:</asp:label><asp:textbox id="Textbox29" runat="server" CssClass="FieldPos12Col2b" Width="140px">29</asp:textbox>
			<asp:label id="Label30" runat="server" CssClass="LabelPos12Col3">Label 30:</asp:label><asp:textbox id="Textbox30" runat="server" CssClass="FieldPos12Col3" Width="140px">30</asp:textbox>
			<asp:label id="Label31" runat="server" CssClass="LabelPos13Col1">Label 31:</asp:label><asp:textbox id="Textbox31" runat="server" CssClass="FieldPos13Col1" Width="140px">31</asp:textbox>
			<asp:label id="Label32" runat="server" CssClass="LabelPos13Col2b">Label 32:</asp:label><asp:textbox id="Textbox32" runat="server" CssClass="FieldPos13Col2b" Width="140px">32</asp:textbox>
			<asp:label id="Label33" runat="server" CssClass="LabelPos13Col3">Label 33:</asp:label><asp:textbox id="Textbox33" runat="server" CssClass="FieldPos13Col3" Width="140px">33</asp:textbox>
			<asp:label id="Label34" runat="server" CssClass="LabelPos14Col1">Label 34:</asp:label><asp:textbox id="Textbox34" runat="server" CssClass="FieldPos14Col1" Width="140px">34</asp:textbox>
			<asp:label id="Label35" runat="server" CssClass="LabelPos14Col2b">Label 35:</asp:label><asp:textbox id="Textbox35" runat="server" CssClass="FieldPos14Col2b" Width="140px">35</asp:textbox>
			<asp:label id="Label36" runat="server" CssClass="LabelPos14Col3">Label 36:</asp:label><asp:textbox id="Textbox36" runat="server" CssClass="FieldPos14Col3" Width="140px">36</asp:textbox>
			<asp:label id="Label40" runat="server" CssClass="LabelPos15Col1">Label 37:</asp:label><asp:textbox id="Textbox40" runat="server" CssClass="FieldPos15Col1" Width="140px">37</asp:textbox>
			<asp:label id="Label41" runat="server" CssClass="LabelPos15Col2b">Label 38:</asp:label><asp:textbox id="Textbox41" runat="server" CssClass="FieldPos15Col2b" Width="140px">38</asp:textbox>
			<asp:label id="Label42" runat="server" CssClass="LabelPos15Col3">Label 39:</asp:label><asp:textbox id="Textbox42" runat="server" CssClass="FieldPos15Col3" Width="140px">39</asp:textbox>
			<asp:label id="Label43" runat="server" CssClass="LabelPos16Col1">Label 40:</asp:label><asp:textbox id="Textbox43" runat="server" CssClass="FieldPos16Col1" Width="140px">40</asp:textbox>
			<asp:label id="Label44" runat="server" CssClass="LabelPos16Col2b">Label 41:</asp:label><asp:textbox id="Textbox44" runat="server" CssClass="FieldPos16Col2b" Width="140px">41</asp:textbox>
			<asp:label id="Label45" runat="server" CssClass="LabelPos16Col3">Label 42:</asp:label><asp:textbox id="Textbox45" runat="server" CssClass="FieldPos16Col3" Width="140px">42</asp:textbox>
			<asp:label id="Label47" runat="server" CssClass="LabelPos17Col1">Label 43:</asp:label><asp:textbox id="Textbox46" runat="server" CssClass="FieldPos17Col1" Width="140px">43</asp:textbox>
			<asp:label id="Label48" runat="server" CssClass="LabelPos17Col2b">Label 44:</asp:label><asp:textbox id="Textbox47" runat="server" CssClass="FieldPos17Col2b" Width="140px">44</asp:textbox>
			<asp:label id="Label49" runat="server" CssClass="LabelPos17Col3">Label 45:</asp:label><asp:textbox id="Textbox48" runat="server" CssClass="FieldPos17Col3" Width="140px">45</asp:textbox>
			<br>
			<asp:Panel id="Panel1" runat="server" CssClass="TabBar">
				<asp:LinkButton id="Linkbutton4" runat="server"  ForeColor="White" CssClass="LinkButtonTab">Search</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton5" runat="server" CssClass="LinkButtonTab">Static</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton6" runat="server" CssClass="LinkButtonTab">Contacts</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton7" runat="server" CssClass="LinkButtonTab">Notes</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton8" runat="server" CssClass="LinkButtonTab">Electronic Payment</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton9" runat="server" CssClass="LinkButtonTab">1099</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton10" runat="server" CssClass="LinkButtonTab">Bid List</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton11" runat="server" CssClass="LinkButtonTab">Invoices</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton12" runat="server" CssClass="LinkButtonTab">Checks</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="Linkbutton13" runat="server" CssClass="LinkButtonTab">PO</asp:LinkButton>
			</asp:Panel>

			<asp:Panel id="Panel2" runat="server" CssClass="FooterBar">
				<asp:LinkButton id="LinkButton1" runat="server" CssClass="LinkButtonFooter">Add New</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="LinkButton2" runat="server" CssClass="LinkButtonFooter">Delete</asp:LinkButton>&nbsp;&nbsp;
				<asp:LinkButton id="LinkButton3" runat="server" CssClass="LinkButtonFooter">Back</asp:LinkButton>
			</asp:Panel>
		</form>
	</body>
</HTML>
[\Code]

Any help or direction would be appreciated. I am very new to CSS but excited about the possibilities.

Hope everyone is having a great day!

Thanks - Jennifer
 
I guess I'm confused - I don't see the a href typically found - usually I make an id for the particular a, a:link, a:hover and so on such as

HTML snippet
Code:
Visit <a href="[URL unfurl="true"]http://www.punkinchunkin.com"[/URL] target="_blank" id="anchor">[URL unfurl="true"]www.punkinchunkin.com</a>[/URL]

and te associated css
Code:
a#anchor {
	color: #0033CC;
	text-decoration: none;
	background-color: #FFFFFF;
}
a#anchor:hover {
	color: #336600;
	text-decoration: none;
}
 
It isn't a hyperlink - this is ASP.NET and the control is a LinkButton - I will write the code to tell it what to do when clicked. So it is like a Button.

Also sorry about the code... I capitalized the C on the code... oops!

Hope everyone is having a great day!

Thanks - Jennifer
 
I added a button and the color changed...

Does CSS work with a LinkButton?

Hope everyone is having a great day!

Thanks - Jennifer
 
What do you mean foregroung color? Are you trying to have the button colors change when you mouseover them or something? There is no real foreground color just background color.

Let us know what you want to happen then maybe we can help more.

- Shu
 
I added a button and the color changed...
Does that mean you fixed it?

If not, or in any future problem, it makes life easier for us to see the generated HTML rather than the raw ASP. Display your pages in a browser, do a "View Source", and send us the HTML.

Alternatively, post to the ASP forum, forum855 .

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
It isn't fixed - I can get it to work with another type of control but not the LinkButton. Here is the View Source Code.

Just Part Trying to Set the Text on the LinkButton Color
In ASP.NET it is forecolor and in CSS it is Color.

Code:
			<div id="Panel2" class="FooterBar">
	
				<a id="LinkButton1" class="LinkButtonFooter" href="javascript:__doPostBack('LinkButton1',')">Add New</a>&nbsp;&nbsp;
				<a id="LinkButton2" class="LinkButtonFooter" href="javascript:__doPostBack('LinkButton2',')">Delete</a>&nbsp;&nbsp;
				<a id="LinkButton3" class="LinkButtonFooter" href="javascript:__doPostBack('LinkButton3',')">Back</a>
			
</div>

Full Code
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>BudForm1</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="[URL unfurl="true"]http://schemas.microsoft.com/intellisense/ie5"[/URL] name="vs_targetSchema">
		<LINK href="../Styles.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="FlowLayout">
		<form name="Form1" method="post" action="BudFormTabTheory.aspx" id="Form1">
<input type="hidden" name="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" value="dDw0NTQyMzExMDE7dDw7bDxpPDE+Oz47bDx0PDts...CpqG5Zc=" />

<script language="javascript" type="text/javascript">
<!--
	function __doPostBack(eventTarget, eventArgument) {
		var theform;
		if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) {
			theform = document.Form1;
		}
		else {
			theform = document.forms["Form1"];
		}
		theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
		theform.__EVENTARGUMENT.value = eventArgument;
		theform.submit();
	}
// -->
</script>
<script language="JavaScript">
	function IGMenuDisplay(bShow, sMenuName) 
	{
	    switch (sMenuName) 
	    {
	    
	    
	    
		default:
		    var ctrls = [];
			break;
		}
		
		if (ctrls.length > 0) {
			ControlsDisplay(bShow, ctrls);	
		}
	}
	
	function ControlsDisplay(bShow, ctrls) 
	{
		if(bShow) {
			for (intLoop=0; intLoop <=ctrls.length; intLoop++) {
				if (document.all(ctrls[intLoop]) != null)
 {
					document.all(ctrls[intLoop]).style.visibility='hidden';
				}
			}
		}
		else {
			for (intLoop=0; intLoop <=ctrls.length; intLoop++) {
				if (document.all(ctrls[intLoop]) != null)
 {
					document.all(ctrls[intLoop]).style.visibility='visible';
				}
			}
		}

	}
</script>




	<script type="text/javascript" src="/ig_common/20052/scripts/ig_shared.js" ></script>

	<script type="text/javascript" src="/ig_common/20052/scripts/ig_webmenu.js" ></script>

	 

	<style type="text/css"><!--.WebPageHeader1mnuMainuwmMenuHover { background:DarkBlue; color:White; cursor:Default; }.WebPageHeader1mnuMainuwmMenuDisabled { color:LightGrey; }.WebPageHeader1mnuMainuwmMenuIsland { font-family:MS Sans Serif;  font-size:8pt;  font-weight:normal; background:LightGrey; color:Black; border-style:Outset; border-width:1px; cursor:Default; }.WebPageHeader1mnuMainuwmMenuSeparator { background-image:url(/ig_common/images/ig_menuSep.gif); background-repeat:repeat-x;  ; }--></style>

	<script language="javascript">
igmenu_WebPageHeader1mnuMainuwmMenu_Menu=["WebPageHeader1:mnuMain:uwmMenu",
1,1,"","WebPageHeader1mnuMainuwmMenuHover HoverClass","","",false,"300","100","NotSet","#D3D3D3","5","200","1000","",
"","WebPageHeader1mnuMainuwmMenuDisabled DisabledClass","","/ig_common/images/ig_menu_scrollup.gif","/ig_common/
images/ig_menu_scrollup_disabled.gif","/ig_common/images/
ig_menu_scrolldown.gif","/ig_common/images/ig_menu_scrolldown_disabled.gif"
,false,true,"",""];
igmenu_WebPageHeader1mnuMainuwmMenu_Events = [["",0],["",0],["",0],["",0],["",0]];
</script>



			
<div id="divBody" class="TopMenuDivTagPos">
	
<TABLE id="tblMenu" height="20" cellSpacing="0" cellPadding="3" width="738" border="0">
	<TR bgColor="#ffffff">
		<TD vAlign="bottom" width="100%">
			<TABLE id="tblMenuSub" cellSpacing="0" cellPadding="0" width="738" border="0">
				<tr bgColor="#ffffff">
					<TD vAlign="bottom" align="left" width="50%">&nbsp;<IMG src="../images/KomputrolLogo50px.gif">
						<span id="WebPageHeader1_mnuMain_lblSoftwareCompanyName" class="SoftwareCompanyNameMaint" style="color:Black;font-size:24px;font-weight:bold;">Komputrol</span></TD>
					<TD vAlign="bottom" align="right" width="50%">
						<span id="WebPageHeader1_mnuMain_Label1" class="NonPositionLabel">User: </span>&nbsp;
						<span id="WebPageHeader1_mnuMain_lblUser" class="NonPositionLabelBold">Jennifer Zelhart</span><BR>
						<BR>
						<span id="WebPageHeader1_mnuMain_lblModule" class="NonPositionLabel">Select Module:</span>&nbsp;&nbsp;<select name="WebPageHeader1:mnuMain:ddlModule" onchange="__doPostBack('WebPageHeader1$mnuMain$ddlModule',')" language="javascript" id="WebPageHeader1_mnuMain_ddlModule" class="NonPositionLabelBold">
	<option value="Accounts Payable ">Acounts Payable Voucher</option>
	<option value="Administrators">Administrators</option>
	<option value="Bank Reconciliation">Bank Reconciliation</option>
	<option selected="selected" value="Budgetary Accounting">Budgetary Accounting</option>
	<option value="Calendar of Events">Calendar of Events</option>
	<option value="Cash Flow Maint">Cash Flow Maintenance</option>
	<option value="Direct Transfer">Direct Transfer</option>
	<option value="Fixed Assets">Fixed Assets</option>
	<option value="Fringe Benefits">Fringe Benefits</option>
	<option value="Investment Manage">Investment Management</option>
	<option value="Payroll">Payroll</option>
	<option value="Personnel">Personnel</option>
	<option value="Remote Requistition">Remote Requistition</option>
	<option value="School Report Card">School Report Card</option>
	<option value="Supplies Inventory">Supplies Inventory</option>
	<option value="Transportation Cost">Transportation Cost</option>
	<option value="Utilities Management">Utilities Management</option>
	<option value="Zelhart Admin Maint">Admin Maintenance</option>

</select>
					</TD>
				</tr>
			</TABLE>
		</TD>
	</TR>
	<!-- <TR bgcolor="black" height="20">
      <TD>
         
      </TD>
   </TR> -->
	<TR>
		<TD width="735"><table submenu='1' border='0' cellpadding='2' cellspacing='1' id='WebPageHeader1mnuMainuwmMenu_MainM' class='IslandClass' style=' background:Navy; border-color:Red; color:White; border-style:Solid; border-width:1px; width:738px; cursor:Default;' onselectstart="javascript:igmenu_selectStart();" onmouseover="javascript:igmenu_mouseover(this, event);" onmouseout="javascript:igmenu_mouseout(this, event);" onmousedown="javascript:igmenu_mousedown(this, event);" onmouseup="javascript:igmenu_mouseup(this, event);"igLevel='0' tabIndex=0><tr><td align='left' id='WebPageHeader1mnuMainuwmMenu_1' igTag='51'  class="TopClass" onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);"  igHov='TopHover' igChildId='WebPageHeader1mnuMainuwmMenu_1M' igTop='1'>In House</td></tr></table></TD>
	</TR>
</TABLE>

</div>
			<span id="lblLeft1" class="LabelPos1Col1">Selected Vendor No:</span><input name="txtLeft1" type="text" value="1234567890" id="txtLeft1" class="FieldPos1Col1" style="width:140px;" />
			<span id="lblLeft2" class="LabelPos1Col2b">Vendor Name:</span><input name="txtLeft2" type="text" value="Selected Vendor's Name" id="txtLeft2" class="FieldPos1Col2b" style="width:385px;" />
			<span id="Label4" class="LabelPos3Col1">Label 1:</span><input name="Textbox4" type="text" value="1" id="Textbox4" class="FieldPos3Col1" style="width:140px;" />
			<span id="Label6" class="LabelPos3Col2b">Label 2:</span><input name="Textbox6" type="text" value="2" id="Textbox6" class="FieldPos3Col2b" style="width:140px;" />
			<span id="Label7" class="LabelPos3Col3">Label 3:</span><input name="Textbox7" type="text" value="3" id="Textbox7" class="FieldPos3Col3" style="width:140px;" />
			<span id="Label9" class="LabelPos4Col1">Label 4:</span><input name="Textbox9" type="text" value="4" id="Textbox9" class="FieldPos4Col1" style="width:140px;" />
			<span id="Label10" class="LabelPos4Col2b">Label 5:</span><input name="Textbox10" type="text" value="5" id="Textbox10" class="FieldPos4Col2b" style="width:140px;" />
			<span id="Label12" class="LabelPos4Col3">Label 6:</span><input name="Textbox12" type="text" value="6" id="Textbox12" class="FieldPos4Col3" style="width:140px;" />
			<span id="Label13" class="LabelPos5Col1">Label 7:</span><input name="Textbox13" type="text" value="7" id="Textbox13" class="FieldPos5Col1" style="width:140px;" />
			<span id="Label15" class="LabelPos5Col2b">Label 8:</span><input name="Textbox15" type="text" value="8" id="Textbox15" class="FieldPos5Col2b" style="width:140px;" />
			<span id="Label16" class="LabelPos5Col3">Label 9:</span><input name="Textbox16" type="text" value="9" id="Textbox16" class="FieldPos5Col3" style="width:140px;" />
			<span id="Label37" class="LabelPos6Col1">Label 10:</span><input name="Textbox37" type="text" value="10" id="Textbox37" class="FieldPos6Col1" style="width:140px;" />
			<span id="Label38" class="LabelPos6Col2b">Label 11:</span><input name="Textbox38" type="text" value="11" id="Textbox38" class="FieldPos6Col2b" style="width:140px;" />
			<span id="Label39" class="LabelPos6Col3">Label 12:</span><input name="Textbox39" type="text" value="12" id="Textbox39" class="FieldPos6Col3" style="width:140px;" />
			<span id="Label18" class="LabelPos7Col1">Label 13:</span><input name="Textbox18" type="text" value="13" id="Textbox18" class="FieldPos7Col1" style="width:140px;" />
			<span id="Label19" class="LabelPos7Col2b">Label 14:</span><input name="Textbox19" type="text" value="14" id="Textbox19" class="FieldPos7Col2b" style="width:140px;" />
			<span id="Label21" class="LabelPos7Col3">Label 15:</span><input name="Textbox21" type="text" value="15" id="Textbox21" class="FieldPos7Col3" style="width:140px;" />&gt;
			<span id="Label22" class="LabelPos8Col1">Label 16:</span><input name="Textbox22" type="text" value="16" id="Textbox22" class="FieldPos8Col1" style="width:140px;" />&gt;
			<span id="Label23" class="LabelPos8Col2b">Label 17:</span><input name="Textbox23" type="text" value="17" id="Textbox23" class="FieldPos8Col2b" style="width:140px;" />
			<span id="Label46" class="LabelPos8Col3">Label 18:</span><input name="txtRight1" type="text" value="18" id="txtRight1" class="FieldPos8Col3" style="width:140px;" />
			<span id="Label2" class="LabelPos9Col1">Label 19:</span><input name="Textbox2" type="text" value="19" id="Textbox2" class="FieldPos9Col1" style="width:140px;" />
			<span id="Label5" class="LabelPos9Col2b">Label 20:</span><input name="Textbox5" type="text" value="20" id="Textbox5" class="FieldPos9Col2b" style="width:140px;" />
			<span id="Label8" class="LabelPos9Col3">Label 21:</span><input name="Textbox8" type="text" value="21" id="Textbox8" class="FieldPos9Col3" style="width:140px;" />
			<span id="Label11" class="LabelPos10Col1">Label 22:</span><input name="Textbox11" type="text" value="22" id="Textbox11" class="FieldPos10Col1" style="width:140px;" />
			<span id="Label14" class="LabelPos10Col2b">Label 23:</span><input name="Textbox14" type="text" value="23" id="Textbox14" class="FieldPos10Col2b" style="width:140px;" />
			<span id="Label17" class="LabelPos10Col3">Label 24:</span><input name="Textbox17" type="text" value="24" id="Textbox17" class="FieldPos10Col3" style="width:140px;" />&gt;
			<span id="Label20" class="LabelPos11Col1">Label 25:</span><input name="Textbox20" type="text" value="25" id="Textbox20" class="FieldPos11Col1" style="width:140px;" />&gt;
			<span id="Label26" class="LabelPos11Col2b">Label 26:</span><input name="Textbox26" type="text" value="26" id="Textbox26" class="FieldPos11Col2b" style="width:140px;" />
			<span id="Label27" class="LabelPos11Col3">Label 27:</span><input name="Textbox27" type="text" value="27" id="Textbox27" class="FieldPos11Col3" style="width:140px;" />&gt;
			<span id="Label28" class="LabelPos12Col1">Label 28:</span><input name="Textbox28" type="text" value="28" id="Textbox28" class="FieldPos12Col1" style="width:140px;" />
			<span id="Label29" class="LabelPos12Col2b">Label 29:</span><input name="Textbox29" type="text" value="29" id="Textbox29" class="FieldPos12Col2b" style="width:140px;" />
			<span id="Label30" class="LabelPos12Col3">Label 30:</span><input name="Textbox30" type="text" value="30" id="Textbox30" class="FieldPos12Col3" style="width:140px;" />
			<span id="Label31" class="LabelPos13Col1">Label 31:</span><input name="Textbox31" type="text" value="31" id="Textbox31" class="FieldPos13Col1" style="width:140px;" />
			<span id="Label32" class="LabelPos13Col2b">Label 32:</span><input name="Textbox32" type="text" value="32" id="Textbox32" class="FieldPos13Col2b" style="width:140px;" />
			<span id="Label33" class="LabelPos13Col3">Label 33:</span><input name="Textbox33" type="text" value="33" id="Textbox33" class="FieldPos13Col3" style="width:140px;" />
			<span id="Label34" class="LabelPos14Col1">Label 34:</span><input name="Textbox34" type="text" value="34" id="Textbox34" class="FieldPos14Col1" style="width:140px;" />
			<span id="Label35" class="LabelPos14Col2b">Label 35:</span><input name="Textbox35" type="text" value="35" id="Textbox35" class="FieldPos14Col2b" style="width:140px;" />
			<span id="Label36" class="LabelPos14Col3">Label 36:</span><input name="Textbox36" type="text" value="36" id="Textbox36" class="FieldPos14Col3" style="width:140px;" />
			<span id="Label40" class="LabelPos15Col1">Label 37:</span><input name="Textbox40" type="text" value="37" id="Textbox40" class="FieldPos15Col1" style="width:140px;" />
			<span id="Label41" class="LabelPos15Col2b">Label 38:</span><input name="Textbox41" type="text" value="38" id="Textbox41" class="FieldPos15Col2b" style="width:140px;" />
			<span id="Label42" class="LabelPos15Col3">Label 39:</span><input name="Textbox42" type="text" value="39" id="Textbox42" class="FieldPos15Col3" style="width:140px;" />
			<br>
			<div id="Panel1" class="TabBar">
	
				<a id="Linkbutton4" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton4',')">Search</a>&nbsp;&nbsp;
				<a id="Linkbutton5" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton5',')">Static</a>&nbsp;&nbsp;
				<a id="Linkbutton6" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton6',')">Contacts</a>&nbsp;&nbsp;
				<a id="Linkbutton7" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton7',')">Notes</a>&nbsp;&nbsp;
				<a id="Linkbutton8" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton8',')">Electronic Payment</a>&nbsp;&nbsp;
				<a id="Linkbutton9" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton9',')">1099</a>&nbsp;&nbsp;
				<a id="Linkbutton10" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton10',')">Bid List</a>&nbsp;&nbsp;
				<a id="Linkbutton11" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton11',')">Invoices</a>&nbsp;&nbsp;
				<a id="Linkbutton12" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton12',')">Checks</a>&nbsp;&nbsp;
				<a id="Linkbutton13" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton13',')">PO</a>
			
</div>

			<div id="Panel2" class="FooterBar">
	
				<a id="LinkButton1" class="LinkButtonFooter" href="javascript:__doPostBack('LinkButton1',')">Add New</a>&nbsp;&nbsp;
				<a id="LinkButton2" class="LinkButtonFooter" href="javascript:__doPostBack('LinkButton2',')">Delete</a>&nbsp;&nbsp;
				<a id="LinkButton3" class="LinkButtonFooter" href="javascript:__doPostBack('LinkButton3',')">Back</a>
			
</div>
		<div submenu='1'id='WebPageHeader1mnuMainuwmMenu_1M' class="WebPageHeader1mnuMainuwmMenuIsland IslandClass"  style='position:absolute;z-index:12000;visibility:hidden;display:none;'>
<span scrollDiv=1><table border='0' cellpadding='2' cellspacing='0' class="WebPageHeader1mnuMainuwmMenuIsland IslandClass"  style='border-width:0;' onselectstart="javascript:igmenu_selectStart();" onmouseover="javascript:igmenu_mouseover(this, event);" onmouseout="javascript:igmenu_mouseout(this, event);" onmousedown="javascript:igmenu_mousedown(this, event);" onmouseup="javascript:igmenu_mouseup(this, event);"><tr id='WebPageHeader1mnuMainuwmMenu_1_1' igTag='51'  igChildId='WebPageHeader1mnuMainuwmMenu_1_1M'igUrl="/KomputrolSupport2003/
Main/NextPage.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Testing 1</div></td></tr><tr id='WebPageHeader1mnuMainuwmMenu_1_2' igTag='51'  igChildId='WebPageHeader1mnuMainuwmMenu_1_2M'igUrl="/KomputrolSupport2003/
Main/NextPage.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Testing 2</div></td></tr><tr id='WebPageHeader1mnuMainuwmMenu_1_3' igTag='51' igUrl="/KomputrolSupport2003/Main/NextPage.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Testing 3</div></td></tr></table></span></div><div submenu='1'id='WebPageHeader1mnuMainuwmMenu_1_1M' class="WebPageHeader1mnuMainuwmMenuIsland IslandClass"  style='position:absolute;z-index:12000;visibility:hidden;display:none;'>
<span scrollDiv=1><table border='0' cellpadding='2' cellspacing='0' class="WebPageHeader1mnuMainuwmMenuIsland IslandClass"  style='border-width:0;' onselectstart="javascript:igmenu_selectStart();" onmouseover="javascript:igmenu_mouseover(this, event);" onmouseout="javascript:igmenu_mouseout(this, event);" onmousedown="javascript:igmenu_mousedown(this, event);" onmouseup="javascript:igmenu_mouseup(this, event);"><tr id='WebPageHeader1mnuMainuwmMenu_1_1_1' igTag='52' igUrl="/KomputrolSupport2003/Main/NextPage.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Another Level</div></td></tr><tr id='WebPageHeader1mnuMainuwmMenu_1_1_2' igTag='52' igUrl="/KomputrolSupport2003/Main/NextPage.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Another Level 2</div></td></tr></table></span></div><div submenu='1'id='WebPageHeader1mnuMainuwmMenu_1_2M' class="WebPageHeader1mnuMainuwmMenuIsland IslandClass"  style='position:absolute;z-index:12000;visibility:hidden;display:none;'>
<span scrollDiv=1><table border='0' cellpadding='2' cellspacing='0' class="WebPageHeader1mnuMainuwmMenuIsland IslandClass"  style='border-width:0;' onselectstart="javascript:igmenu_selectStart();" onmouseover="javascript:igmenu_mouseover(this, event);" onmouseout="javascript:igmenu_mouseout(this, event);" onmousedown="javascript:igmenu_mousedown(this, event);" onmouseup="javascript:igmenu_mouseup(this, event);"><tr id='WebPageHeader1mnuMainuwmMenu_1_2_1' igTag='53' igUrl="/KomputrolSupport2003/Main/NextPage.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Another Level Test 2</div></td></tr><tr id='WebPageHeader1mnuMainuwmMenu_1_2_2' igTag='53'  igChildId='WebPageHeader1mnuMainuwmMenu_1_2_2M'igUrl="/
KomputrolSupport2003/
Main/NextPage.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Another Level 2 Test 2</div></td></tr></table></span></div><div submenu='1'id='WebPageHeader1mnuMainuwmMenu_1_2_2M' class="WebPageHeader1mnuMainuwmMenuIsland IslandClass"  style='position:absolute;z-index:12000;visibility:hidden;display:none;'>
<span scrollDiv=1><table border='0' cellpadding='2' cellspacing='0' class="WebPageHeader1mnuMainuwmMenuIsland IslandClass"  style='border-width:0;' onselectstart="javascript:igmenu_selectStart();" onmouseover="javascript:igmenu_mouseover(this, event);" onmouseout="javascript:igmenu_mouseout(this, event);" onmousedown="javascript:igmenu_mousedown(this, event);" onmouseup="javascript:igmenu_mouseup(this, event);"><tr id='WebPageHeader1mnuMainuwmMenu_1_2_2_1' igTag='58' igUrl="/KomputrolSupport2003/BudForms/BudForm1.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Another Level 3 Test 1</div></td></tr><tr id='WebPageHeader1mnuMainuwmMenu_1_2_2_2' igTag='58' igUrl="/KomputrolSupport2003/Main/NextPage.aspx"><td  onkeydown="igmenu_kbMD(this,event);"  onkeyup="igmenu_kbNav(this,event);" onfocus="igmenu_kbFocus(this,event);" ><div style="margin-top:2;margin-left:25px" igtxt='1'>Another Level 3 Test 2</div></td></tr></table></span></div><input type="hidden" id="WebPageHeader1:mnuMain:uwmMenu" name="WebPageHeader1:mnuMain:uwmMenu" value=""><script language='javascript'> <!--
	igmenu_initMenu('WebPageHeader1mnuMainuwmMenu');
--> </script>


</form>
	</body>
</HTML>

[\code]

Sorry this is so long and so confusing.


Hope everyone is having a great day!

Thanks - Jennifer
 
Here is source when I set the color manually.

Code:
<a id="Linkbutton4" class="LinkButtonTab" href="javascript:__doPostBack('Linkbutton4','')" style="color:White;">Search</a>&nbsp;&nbsp;

Thought it might help...

Hope everyone is having a great day!

Thanks - Jennifer
 
Just FYI...

I found the following which had Black instead of White and the LinkButtons
changed when I changed the color. I guess it was overriding the one that I was setting.

Code:
A:link
{
   font-weight: bold;
   color: White;
   text-decoration: underline;
}	
		
A:visited	{	
	text-decoration:	underline;
	FONT-WEIGHT: bold;
	color:	White;
	}	
		
A:active	{	
	text-decoration:	underline;
	FONT-WEIGHT: bold;
	color:	White;
	}	
		
A:hover	{	
	text-decoration:	underline;
	FONT-WEIGHT: bold;
	color:	White;
	}



Hope everyone is having a great day!

Thanks - Jennifer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top