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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

navigation bar issue with underline

Status
Not open for further replies.
I'd say this
Code:
#sidebar {
	padding: 0px;
	float: left;
	height: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	[red][b]text-decoration: underline;[/b][/red]
	color: #013567;
	width: 150px;
	text-align: left;
}

Greg
People demand freedom of speech as a compensation for the freedom of thought which they seldom use. Kierkegaard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top