why are 2 classes ?

Marc0

Well-known member
Registered
Joined
Jun 6, 2012
Messages
890
Points
28
I reviewed some website and realized that some classes contained 2 class in it
eg :
<div class="class1 class2">...</div>
does anyone explain me about this ?

Thanks
 

Frank

Member
Registered
Joined
Jul 7, 2012
Messages
24
Points
0
It will combine 2 classes together (class1 + class2) to use all css stylesheet in these classes
 

aixporter

Member
Registered
Joined
Dec 12, 2012
Messages
51
Points
0
Might I add, this is EXTREMELY useful when you're applying browser fixes to existing elements. For example, many times you need to implement a IE width fix to an element. To do this, you would apply the original style ID to the first one, and a second ID with the fix to the second one. Once this is done, you'll have a clean DIV that fixes both the first and the second.

Give this a try by using "tony's fix" on Google. It should work very well for you.
 
Older Threads
Replies
0
Views
137,661
Replies
15
Views
17,791
Replies
1
Views
12,172
Replies
4
Views
12,919
Newer Threads
Replies
1
Views
12,414
Replies
4
Views
13,812
Replies
7
Views
14,138
Replies
2
Views
4,268
Replies
1
Views
2,738
Recommended Threads
Replies
28
Views
14,262
Replies
19
Views
12,156
Replies
25
Views
12,396
Replies
9
Views
5,073
Similar Threads

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top