| home | forums |
resources |
search |
news | join | members: 6947 |
|
|
PHP London Hotels
Content Management Systems Laptop Reviews
Windows Just Dial International Calls
Wordpress Excel Training Courses
Adobe Flex Silverlight excel courses in london
Drupal Data Recovery
|
||||||
NewsletterGet updates on Hiveminds services, articles and downloads by signing up for the newsletter. |
Editor's choiceSome of the better articles, stories and tutorials found at Hiveminds. |
Find moreFind more of Hiveminds articles, stories, tutorials and user comments by searching. |
Picked linksHand picked websites and articles from around the web that provide quality reading. |
Have you tested this or are you guessing? In the article there is now a test box using the following code. If !important worked in IE6 then the box would look the same in both browsers. But it does not because IE6 continues to use the last defined statement even though it is being told to use the first via !important.
.testbox { width:100px; padding:10px !important; padding:20px; border:1px solid #CC0000 !important; border:5px dotted #CC0000; }