File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 3333
3434 body p { display : none; }
3535
36- /*FireFox 2 and 3 */
36+ /*Firefox 2 and 3 */
3737 # firefox2 , x : -moz-any-link {
3838 display : block;
3939 * display : none; /* overwrite for ie6 and ie7*/
4040 }
4141
42- /*FireFox 3*/
42+ /*Firefox 3*/
4343 # firefox3 , x : -moz-any-link , x : default {
4444 display : block;
4545 * display : none; /* overwrite for ie6 and ie7*/
Original file line number Diff line number Diff line change @@ -7,8 +7,23 @@ CSS Hacks are something one doesn't talk about in the public. Developers are ash
77In my Demo I have Paragraphs containing the names of the targeted Browsers and hide them by default.
88Then I use the Browser specific Hacks to make the Browser names visible again.
99
10+ Version 1.5
11+ -----------
12+ * Firefox
13+ * 2
14+ * 3
15+ * 3.5
16+ * 4
17+ * Internet Explorer
18+ * 6
19+ * 7
20+ * 8
21+ * 9
22+ * Webkit (Safari and Chrome)
23+ * Opera
24+
1025See also
1126--------
12- * [ See the DEMO Code in action] ( http://blog.ginader.de/dev/css/hacks/index.php )
27+ * [ See the DEMO Code in action] ( http://blog.ginader.de/dev/css/hacks/ )
1328* [ Read more about the CSS Hacks used in this Demo here (english)] ( http://blog.ginader.de/archives/2009/02/01/CSS-Voodoo-The-dark-art-of-CSS-Hacks.php )
1429* [ Mehr Infos über die hier verwendeten Hacks (deutsch)] ( http://blog.ginader.de/archives/2009/02/01/CSS-Voodoo-Die-dunkle-Kunst-der-CSS-Hacks.php )
You can’t perform that action at this time.
0 commit comments