Results 1 to 2 of 2

Thread: CSS Compatibility Problem with IE

  1. #1
    Join Date
    Jul 2007
    Posts
    2

    CSS Compatibility Problem with IE

    The prototype web page at hollywood movie wallpaper 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>

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    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?
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. slight problem with CSS code
    By webguy_dave in forum General Questions
    Replies: 1
    Last Post: 17 Dec 2005, 02:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •