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
Find button on form
Not Allowing Scheduling Set Minutes Before or After An Already Scheduled Event
Remote Desktop Connection to Windows SBS 2008
How to Use Abandoned Local Profile From Different Domain
Documentation on SAMBA and Active Directory Integration
jQuery Autocomplete with PHP / MySQL [PART 1]
Router Sessions
Extract Text from Excel Cell
BES 5.0.1 and Exchange 2010
asp.net: My problem is, I am using an ajax extender Calendar to enter BeginDate & EndDate values