thomasb86
-
[Solved] Adding 2 Classes in one element.?
The only issue you might encounter is with IE6 (no suprise) if you target both class's in the CSS eg. .some.othersome { color: red; } IE6 will only see the last class in the selector ('othersome')
-
Weird float bug in ie6 and 7
Thanks for your reply box, I didnt origianally code this, someone else did and im just finishing the job, but i decided to go with the route and it now works perfectly in all browsers, thanks.