On 24 Feb 99, Barry Lee Brisco wrote:
> Thanks to anyone who can spare a second to look at the above page. Note:
> on the enterprise.html page, only the "Home" and the "E 4000" link work,
> the rest lead nowhere. On the index.html page, only the "Enterprise" link
> works (and the link to the Sun homepage).
Your main problem was a missing <br> preceding the "color-
medblue.gif" graphic... this was forcing the image over to the right
of the nav graphics, and occupying another 130 pixels worth of that
table cell. Thus the nav column doubled in width.
Also, MSIE didn't seem to like the absence of spaces between the
lines of code for the nav graphics. I think you'll find that if you
redo that section as per the following, everything should work.
------
[snip]
<a href="../ceo.html" onmouseover="on('image13');" onmouseout="off('image13')">
<img src="nav-ceo1.gif" [snip]></a><br>
<a href="../index.html" onmouseover="on('image14');" onmouseout="off('image14')">
<img src="nav-home1.gif" [snip]></a><br>
<img src="color-medblue.gif" [snip]></td>
-----------
Brent Eades, Almonte, Ontario
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
Web: http://www.almonte.com/
____________________________________________________________________
--------------------------------------------------------------------
Join The NEW Web Consultants Association FORUMS and CHAT:
Register Today at: http://just4u.com/forums/
Web Consultants Web Site : http://just4u.com/webconsultants
Give the Gift of Life This Year...
Just4U Stop Smoking Support forum - helping smokers for
over three years-tell a friend: http://just4u.com/forums/
To get 500 Banner Ads for FREE
go to http://www.linkbuddies.com/start.go?id=111261
---------------------------------------------------------------------