NS4.x combining links...

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

NS4.x combining links...

Post by nielsene »

Sigh, ok, I don't code for NS4.x family explicity, but try to make sure that the content is still accessible, if not pretty under it.

On one of my pages http://ballroom.mit.edu/comp/demoWeb/colophon.php NS4.x combines and overlays three linked images (at the bottom of the page there are three W3C logos). Two of them partially overlap, all three use the href of one of the hyperlinks. And they are presented out of order.

Its worked on NS6.x,Mozilla,and IE. Though they have been rendered in slightly different but acceptable ways. The page validates (both xhtml 1.0 strict and css) and examining the parse tree doesn't show any irregularities.

Can anyone help?
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

NS4 and CSS is a pain in the butt. If you use Dreamweaver, use the "Convert to Browser Version 3" - option, which transforms layers into tables etc. Alternatively: use layers - but the co-ordinates will be exclusively for NS4.
Yup, it's a pain in the butt. Shame, really.
Post Reply