Send this to a friend
1
2
3
4
5 # Embedded CSS
6
7
8
9
10
11
12 # The opposite technique, targeting only NON-IE browsers:
13
14
15
16
17 # Target specific versions of IE
18 # IE 7 ONLY:
19
20
21
22
23 # IE 6 ONLY:
24
25
26
27
28 # IE 5 ONLY:
29
30
31
32
33 # IE 5.5 ONLY:
34
35
36
37
38 # VERSION OF IE VERSION 6 OR LOWER: (I find this one pretty handy)
39
40
41
# Embedded CSS
# The opposite technique, targeting only NON-IE browsers:
# Target specific versions of IE
# IE 7 ONLY:
# IE 6 ONLY:
# IE 5 ONLY:
# IE 5.5 ONLY:
# VERSION OF IE VERSION 6 OR LOWER: (I find this one pretty handy)
Send this to a friend
1 <object type="application/x-shockwave-flash" data="images/banner.swf" width="288" height="128">
2 <param name="movie" value="images/banner.swf" />
3 <img src="banner.gif" width="288" height="128" alt="banner" />
4 </object>
<object type="application/x-shockwave-flash" data="images/banner.swf" width="288" height="128">
<param name="movie" value="images/banner.swf" />
<img src="banner.gif" width="288" height="128" alt="banner" />
</object>