|
|
ant451
new user
Reg'd: Thu
Posts: 20
|
|
What is it about this bit of code? IE7 only top two buttons each side work as links Firefox works fine
Click here
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Cache-Control" content="max-age=2000" > <meta http-equiv="Content-Language" content="en-gb" > </head> <body> <div id="leftcontent" align="center"> <a href="index.html"> <img src="buttons/home.gif" alt="back to main page" ></a> <a href="gallery.html"> <img src="buttons/gallery.gif" alt="gallery" ></a> <a href="history.html"> <img src="buttons/history.gif" alt="about the battle" ></a> <a href="walks.html"> <img src="buttons/walks.gif" alt="tewkesbury walks" ></a> <a href="banners.html"> <img src="buttons/banners.gif" alt="banners and flags" ></a> <a href="reenactors.html"> <img src="buttons/reenactors.gif" alt="re-enactors information" ></a> <a href="traders.html"> <img src="buttons/traders.gif" alt="information for traders" ></a> </div> <div id="rightcontent" align="center"> <a href="visitors.html"><img src="buttons/visitors.gif" alt="information for visitors" ></a> <a href="town.html"><img src="buttons/tewkesbury.gif" alt="information about tewkesbury" ></a> <a href="ents.html"><img src="buttons/ents.gif" alt="entertainments" ></a> <a href="chronicle.html"><img src="buttons/chronicle.gif" alt="the chronicle" ></a> <a href="getinvolved.html"><img src="buttons/getinvolved.gif" alt="get involved" ></a> <a href="links.html"><img src="buttons/links.gif" alt="links" ></a> <a href="about.html"><img src="buttons/about.gif" alt="about the festival" ></a> </div> <div id="centercontent">
Edited by Hello_There (Fri May 09 2008 06:50 PM)
|
|
Fusion
regular
Reg'd: Mon
Posts: 3272
Loc: Darlington UK
|
|
All links seem to work fine in IE7 & Firefox at my end.
--------------------
Paradox Images
Always ask the right question to the right person and always get the right answer!
|
Sam
regular
Reg'd: Tue
Posts: 432
|
|
There's nothing wrong with the links but they're being obscured by the centercontent Div.
|
ant451
new user
Reg'd: Thu
Posts: 20
|
|
Thanks Sam I had not thought of that Whether the buttons work or not seems to vary from client to client ant
|
jamesross
new user
Reg'd: Mon
Posts: 5
|
|
IE8 has already been released, its probably an improvement from IE7!
|