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
Autocorrelation: Durbin-Watson tests
Big DNS problem, some internet servers reporting non-existent domain
Installing public SSL for Exchange 2007 server
WS2008 Terminal Service on DC
Gracefully shutting down VMs before ESX hosts shutdown in vSphere
Websense - Block Internet Access - Except for Updates
Outlook and HTML Tracking
Can't access Exchange 2003 OWA from Internet
Add Mirror Greyed Out
SqlDataAdapter InsertCommand not updating primary key value in dataset