Jump to content

Jumping to an anchor in a frame ... bug in Safari/Chrome ?


paulclift

Recommended Posts

Hey all, I have noticed something very strange in Safari & Chrome (but not Firefox)... when I jump to an anchor in a frame window, the main-page organisation gets messed up (certain divs disappear altogether).. Here is what I mean: http://www.paulclift.net/ <---on the left-hand-side menu, click on 'List of Works', then any item... the top div disappears altogether!! Any ideas on why this is happening? The links to the relevant pages are: http://www.paulclift.net/index.htmlhttp://www.paulclift.net/home.htmlhttp://www.paulclift.net/works.htmlhttp://www.paulclift.net/core-style.css I would very much appreciate it if someone could help me with this! Best, Paul

Link to comment
Share on other sites

Hey, thanks for responding. The code is in the index.html -- but here it is again: <!--START MENU--!> <div id="menu"> <TABLE width="100%" height="100%" border="0"> <TR> <TD style="width:17px; height:10%"></TD><TD></TD></TR> <TR> <TD></TD> <TD> <ul class="menu collapsible"> <li> <a target="mainframe" href="home.html">Home</a> </li> <li> <a target="mainframe" href="news.html">News & Performances</a> </li> <li> <a href="#">Media</a> <ul class="acitem"> <li><a target="mainframe" href="audio.html">Audio</a></li> <li><a target="mainframe" href="video.html">Video</a></li> <li><a target="mainframe" href="photos.html">Photos</a></li> </ul> </li> <li> <a href="#">Biography</a> <ul class="acitem"> <li><a target="mainframe" href="bio_EN.html">English</a></li> <li><a target="mainframe" href="bio_FR.html">Français</a></li> <li><a target="mainframe" href="bio_DE.html">Deutsch</a></li> <li><a target="mainframe" href="bio_IT.html">Italiano</a></li> </ul> </li> <li> <a href="#">List of Works</a> <ul class="acitem"> <li><a target="mainframe" href="works.html#LEW">for large ensemble</a></li> <li><a target="mainframe" href="works.html#EW">for chamber ensembles</a></li> <li><a target="mainframe" href="works.html#SW">solo works</a></li> <li><a target="mainframe" href="works.html#SWWE">solo with electronics</a></li> <li><a target="mainframe" href="works.html#MC">fixed-media</a></li> </ul> </li> <li> <a target="mainframe" href="contact.html">Contact</a> </li> </ul> </TD> <TR><TD style="height:40%"></TD><TD></TD> </TABLE> </div><!--END MENU--!>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...