|
Posted by Dr Clue on 09/21/05 10:58
osman wrote:
> Hi all, I'm working on a site where I need to have a gallery.
> I've been given a few pictures to start off with and I'd like to show
> it all on one page.
> My one works, but there are issues.
> It has little code (unordered list) and works(?) in all browsers :
>
> http://chameleonmoments.com/station13/art.html
> (not tested in ie)
>
> On one side I've used an iframe with a target name (name="picture").
> On the other side there are the thumbnail links with target
> destinations (target="picture").
>
> I know that the use of iframes is a real no-no, I want to know what the
> alternatives are.
> Something simple and obvious, surely.
>
> Javascript is not an option and neither is php. Its a static 5 page
> site.
I mis-posted before , as I had missed the part ruling out javascript,
but someone mentioned it so I thought I'd re-visit the question.
How about changing the link to
<a href="#pictureOne>" title="click to view creature design">creature
<span>Image one, by Redstar Studio</span></a>
place the images spread down the page with
<a name="pictureOne">[pictureone]</a> underneath each image
<a name="pictureTwo">[pictureone]</a> underneath each image
.....
.....
Then you can put the rest of the screen elements as position:fixed
Appearancewise it should look the same as your iframe solution
--
--.
--=<> Dr. Clue (A.K.A. Ian A. Storms) <>=-- C++,HTML, CSS,Javascript
--=<> http://resume.drclue.net <>=-- AJAX, SOAP, XML, HTTP
--=<> http://www.drclue.net <>=-- SERVLETS,TCP/IP, SQL
--.
Navigation:
[Reply to this message]
|