Project

General

Profile

« Previous | Next » 

Revision 5121

Added by daigle over 14 years ago

Start to fix I.E. gui issues

View differences:

header2.css
30 30
/********************************************************************** 
31 31
 * header settings
32 32
 **********************************************************************/
33
img {
34
	border-style: none;
35
}
33 36

  
34 37
.header-section {
35 38
	margin: 0px 20px 0px 20px;
39
	border-spacing: 0px;
36 40
	width: 95%;
37 41
	min-width: 1050px;
38
	height: 112px;
39
	background: #7BB865 url(images/bg_header.jpg) repeat-x;
42
//	height: 112px;
43
//	background: #7BB865 url(images/bg_header.jpg) repeat-x;
40 44
}
41 45

  
42 46
.header-title {
......
44 48
	font-family: Helvetica, Verdana, Arial, sans-serif; 
45 49
	font-size: 16px; 
46 50
	color: #124326;
47
	margin: 25px 0px 28px 10px;
51
	background-color: #7DB667;
52
//	padding: 0px 10px 0px 10px;
53
	width: 100%;
54
//	margin: 25px 0px 28px 10px;
48 55
}
49 56

  
50 57
.header-left-image {
......
56 63

  
57 64
.header-center-section {
58 65
	width: 45%;
59
	display:inline;
60
	float: left;	
66
//	display:inline;
67
//	float: left;	
61 68
	min-width: 400px;
62 69
}
63 70

  
......
67 74
}
68 75

  
69 76
.header-menu {
70
	position: absolute;
71
	left: 197px;
72
	top: 94px;
73
	width: 80%;	
74
	min-width: 475px;
77
	background-color: #124326;
78
//	position: absolute;
79
//	left: 197px;
80
//	top: 94px;
81
//	width: 80%;	
82
//	min-width: 475px;
75 83
}
76 84

  
77 85
.header-menu-item {
78
	display: inline;
79 86
	color: #FFFFFF;
80 87
	text-decoration: none;
81 88
	font-weight: bold;
......
84 91
}
85 92

  
86 93
.header-menu-first-item {
94
	color: #FFFFFF;
95
	text-decoration: none;
96
	font-weight: bold;
97
	font-size: 12px;
87 98
	margin-left: 10px;
88 99
}
89 100

  

Also available in: Unified diff