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
Windows Time Issue for 2003 Server
Need help with display differences between IE and Firefox
Access ASA GUI from non-inside interface
Install Server 2008
Auto login Windows 7
existing gift voucher system? - asp.net
Mcaffe EPO 4.5 : deploying new EPO with existing agents
Cisco 1310g Wireless Bridge, Fastethernet Hardware Status Down
Shared Folder Disappeared but still available
CREATE VIEW - ;with CTE as ( SELECT *) -