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
ESXi compatible hardware
Capture Linkbutton click event in Master page from Content page
Configuring Incoming Mail to SharePoint w/o Exchange on-site
Secondary Graphics card for PhysX processing with current 9800GTX
Batch file to remove whitespace - similar to word replace ^w
RHCE Exam
How to play a video file in JSP
Number of records when appending query via VBA
Order points in rectangle
Database Driven Website