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
Looking for help summarizing data... GROUP BY ROLLUP()??
drag and drop sortable list?
C++ uninitialized local variable
What does src="#" mean when used in a bgsound attribute and is it needed?
How to update & append at the same time from another table a table in SQL Server
SQL in C# code .. Reading Output Parameters.
Configuring Exchange 2010 to receive emails for other domains
Looking for software to mirror two external hard drives.
Outlook 2003 - remove mail on server after copied to OST
In a database, using a ColdFusion application, I need to assign documents to document topics.