View Single Post
Old August 30th, 2007   #53 (permalink)
Galway no Sora
~¤ PanZeR ¤~ idRO Thor
 
Galway no Sora's Avatar
 
Join Date: Mar 2003
Location: Valhalla, in Odin's throne
Posts: 3,144
OK guys, you're talking about C, C++, PHP here, but now I have question about CSS for web style. This code :

Code:
A.menulink1 {
   	font-size : 11px;
   	font-family : Arial, sans-serif;  
   	text-decoration : none;
   	color: #00407C; 
}
A.menulink1:visited {
   	color: #00407C;
	text-decoration: none; 
}
A.menulink1:active {
   	color: #E2EDF9;
	text-decoration: none; 
}
A.menulink1:hover {
   	color: #f74ae5;
	text-decoration: none; 
}
are for link, but I don't know how to make the text (link) as bold with this CSS. I don't know what I should write in the CSS. Can you get me the code to make it BOLD?

Thanks in advance.
__________________



Core 2 Duo 1.6 GHz «» 2048MB DDR2 RAM «» 256MB onboard Graphic
Onboard Realtek High Definition Soundcard «» 160 + 40 GB SATA HDD
Pioneer DVD±RW «» 15.4" Widescreen LCD «» Windows Vista Ultimate

Sucks ha? Yeah, that's a laptop for sure.

Last edited by Galway no Sora; August 30th, 2007 at 13:49.
Galway no Sora is offline   Reply With Quote