PDA

View Full Version : CSS Compatibility Problem with IE



navjeet1
27 Jul 2007, 04:30 AM
The prototype web page at hollywood movie wallpaper (http://www.movieguruclub.com) has a
CSS/HTML related bug that causes IE to render the content in the
center of the page at the bottom rather than at the top as it should
be. To complete this question, provide a fix that eliminates this
problem.

problems:
1)the nav has some extra character 'v' affter gallery, which i don't
know why here is the nav.inc code:
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="index.php">home</a></li>
<li><a href="#" rel="dropmenu1">about artist</a></li>
<li><a href="#" rel="dropmenu2">gallery</a></li>
<li><a href="contact.php">contact</a></li>
</ul>
</div>
<!--1st drop down menu -->
<div id="dropmenu1" class="dropmenudiv">
<a href="bio.php">bio</a>
<a href="artiststatement.php">artist statement</a>
<a href="moreinfo.php">awards & exhibitions</a>
</div>
<!--2nd drop down menu -->
<div id="dropmenu2" class="dropmenudiv">
<a href="paintinggallery.php">painting</a>
<a href="jewelrygallery.php">jewelry</a>
</div>
<script type="text/javascript">cssdropdown.startchrome("chromemenu")</script>

Wickham
27 Jul 2007, 10:44 AM
I've looked at the page in IE6 and IE7 but it looks the same in Firefox. Also I can't see dropdown menus for awards and exhibitions or any of the others in the code, so have you linked the correct page?