i somehow finally managed to reduce my problem.
Now the home page doesn't work in IE6
actually i have paced a background image in the content div and absolutely positioned a links below the text in the image. on hover the background image for a links chanes to give a glow effect.
there is no problem if i use any other browser
Code:
//home.css
/* CSS Document */
#home
{
position:relative;
margin-left:-50%;
margin-right:-50%;
z-index: 6;
}
#jugaad
{
position:relative;
top:0;
height:400px ;
width:900px;
background:url(home_text.png);
z-index:10;
font-weight:bold; text-transform:uppercase; text-align:center;
}
#jugaad a
{
border:none;
}
#jugaad a:link,#jugaad a:visited, #jugaad a:hover,#jugaad a:active
{border:none}
/*
#gmap {display:block; width:900px; height:400px; background:url(jugaad.png); position:relative; margin:0 auto 2em auto;}
#gmap a {color:#000; font-family:arial, sans-serif; font-size:1.2em; font-weight:bold; text-transform:uppercase; text-align:center;}
a#title2, a#title2:visited {display:block; width:900px; height:0; padding-top:400px; position:absolute; left:0; top:0; cursor:default; text-decoration:none;}
* html a#title2 {height:260px; he\ight:0;}
#gmap a#title2:hover {background:transparent url(../img/group_col.gif) no-repeat 0 0; overflow:visible; color:#c00;}
*/
a#index {display:block; width:190px; height:65px; overflow:hidden; position:absolute; left:160px; top:30px; }
* html a#index {height:72px; he\ight:0;}
a#index:hover {background:transparent url(home_text_hover.gif) no-repeat ;
background-position:-160px -30px; overflow:visible;}
a#events {display:block;width:190px; height:65px; overflow:hidden; position:absolute; left:550px; top:30px;}
* html a#events {height:72px; he\ight:0;}
a#events:hover {background:transparent url(home_text_hover.gif) no-repeat ;
background-position:-550px -30px; overflow:visible;}
a#hospitality {display:block; width:135px; height:65px; overflow:hidden; position:absolute; left:70px; top:125px;}
* html a#hospitality {height:65px; he\ight:0;}
a#hospitality:hover {background:transparent url(home_text_hover.gif) no-repeat ;
background-position:-70px -125px; overflow:visible;}
a#contactus {display:block; width:135px; height:65px; overflow:hidden; position:absolute; left:695px; top:125px;}
* html a#contactus {height:65px; he\ight:0;}
a#contactus:hover {background:transparent url(home_text_hover.gif) no-repeat ;
background-position:-695px -125px; overflow:visible;}
a#gallery {display:block; width:115px; height:65px; overflow:hidden; position:absolute; left:25px; top:235px;}
* html a#gallery {height:60px; he\ight:0;}
a#gallery:hover {background:transparent url(home_text_hover.gif) no-repeat ;
background-position:-25px -235px; overflow:visible;}
a#sponsors {display:block; width:115px; height:65px; overflow:hidden; position:absolute; left:760px; top:235px;}
* html a#sponsors {height:60px; he\ight:0;}
a#sponsors:hover {background:transparent url(home_text_hover.gif) no-repeat ;
background-position:-760px -235px; overflow:visible;}
a#phoenix08{display:block; width:210px; height:65px; overflow:hidden; position:absolute; left:655px; top:335px;}
* html a#phoenix08{height:65px; he\ight:0;}
a#phoenix08:hover {background:transparent url(home_text_hover.gif) no-repeat ;
background-position:-655px -335px; overflow:visible;}
a#reachdce {display:block; width:210px; height:65px; overflow:hidden; position:absolute; left:35px; top:335px;}
* html a#reachdce {height:65px; he\ight:0;}
a#reachdce:hover {background:transparent url(home_text_hover.gif) no-repeat ;
background-position:-35px -335px; overflow:visible;}