Microsoft
Software
Hardware
Network
Question : same class name in CSS
if i have two classes with the same name in the same css file, what happens?
do they combine both? does the second one overwrite the first?
for example:
.bluetxt
{font-color: blue; font-size: 12px}
.bluetxt
{font-color: blue; font-size: 10px}
Answer : same class name in CSS
The second one will overwrite first..it'll take font-size: 10px;
Random Solutions
Learning PHP PDO
Buffalo Tera Station and Windows Server 2008 Authentification
sendAndLoad onHTTPStatus issue
License CAL Exchange 2007
DWR Pagination
Show All Records In Query if Nothing Selected in Listbox - Part II
Windows BAD_SySTEM_CONFIG_INFO Bsod
wrr-queue bandwidth error
Exchange 2003 - Storage groups are dissmounting with backup softwere
Error string in catch block?