Links that are behind images view fine in IE, however, they showup beside hotspots, and under images in drop down menu bar when viewing in chrome, safari & firefox.
Here is a link to the page:
http://artscouncil.ky.gov/indexmenutest.htm
views fine in IE so look there first.

Yikes, site supposed to launch on Aug. 1. Any help would be most appreciated.

Thanks,
Sandie

Recommended Answers

All 2 Replies

Never, ever, use any version of Internet Explorer as a test browser. It is 8+ years behind web standards, and this is exactly what happens when you do. You're also using tables for layout, which is an outdated technique from 1996. Firefox, Safari, and Chrome are only displaying what you told them too.

The first thing you need to do is put a real doctype in your page.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

You have a lot of deprecated markup and attributes. After adding it validate your HTML and CSS. Once those are fixed, view the page in Firefox and post back here.

Regards
Arkinder

Try this:

<tr>
<td align="bottom" style="z-index: 1; position: absolute; right: 50px; bottom: 50px;">
<img height="153" align="absbottom" width="25" alt="Follow Us" src="home/graphics/followus.jpg">
</td>
<td align="left" valign="TOP" style="height: 153px; bottom: 50px; right: 15px; position: absolute;">

L.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.