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
pcAnywhere Host
Auto Send Excel as Email Attachment
easy iis/owa question for a change - force https and no double login
SpellNumber
Exchange 2007 Address Lists
Windows 7 recently used programs is blank
Server 2008 quickest way to delete a large folder with millions of files
Microsoft System Center Ops Manager 2007 - Reporting
How many instances of a web application can run on a server
Coldfusion -SQL and LIKE question