Question : div height worls in everything else but IE? WHY?

PLease test my code, it works perfectly in all browsers except for IE which gives an 80px scroll at the bottom of the page. :(

How can I fix this? I tried body margin -80px and it didnt work. Any suiggestions?

Thanks
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style>
html, body, * {
	padding:0px;
	margin:0px;
}

	
.banner {
	background-color: #09F;
	width:100%;
	height:80px;
	position:fixed;
	clear:both;
	
	
}


.leftSide {
	background-color: #FF9;
	width:200px;
	float:left;
	height:100%
	
}

.class3 {
	background-color: #F9F;
	width:100%;
	height:100%;
}


</style>
</head>

<body>

<div class="banner">BANNER</div>

<div class="leftSide">Left Side</div>

<div class="class3">Right Side</div>

</body>
</html>

Answer : div height worls in everything else but IE? WHY?

On the AD side of the house you can use delegation; you can also extend the delegation control wizard

http://adisfun.blogspot.com/2009/08/extend-ad-delegation-control-wizard.html

Quest (active roles) and NetIQ (DRA) also make good third party tools to help with delegation and rights

In terms of Tier II and Tier III to have full reign to troubleshoot hardware and software means they will have to be able to install software and even shutdown boxes for hardware installs.   You an use restricted groups to define admins on various machines

http://www.frickelsoft.net/blog/?p=13

I think the main difference is what I'd give tier II and Tier III access too (i.e. admin rights on critical servers).  Actually help desk usually only gets admin rights to workstations where I have worked....never to servers.

Thanks

Mike
Random Solutions  
 
programming4us programming4us