PageRenderTime 24ms CodeModel.GetById 21ms app.highlight 2ms RepoModel.GetById 1ms app.codeStats 0ms

/tutorials/chapter_10/form/ie.css

https://bitbucket.org/chuns/css
CSS | 40 lines | 19 code | 9 blank | 12 comment | 0 complexity | 18936541b1f89cee0216ae072f402458 MD5 | raw file
 1/****************/
 2/*LAYOUT STYLES*/
 3/****************/
 4
 5/* box model hacks for IE 5.5 */
 6#wrapper {
 7	width: 761px;
 8	w\idth: 760px;
 9	overflow: hidden;
10}
11
12#home #main {
13	width: 588px;
14	w\idth: 577px;
15}
16
17/* display bug that pushes main content 6 px 
18below banner region */
19#nav {
20 height: 1px;
21 margin-bottom: -6px; /*removes space introduced by clearing <br>*/
22}
23
24
25/****************/
26/*ANNOUNCE SIDEBAR STYLES*/
27/****************/
28
29/* double-margin-bug */
30#announce {
31	height: 1px;
32}
33
34/* following hack makes entire area of link
35clickable in IE. This gives those links "layout" */
36#announce a {
37	height: 1px;
38}
39
40