473,386 Members | 1,694 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Multiple Links Per Picture

Hello everyone. I have a header picture for my website with text on it
like "Home" "links" "about" etc. It's all 1 picture. I've seen
people's sites where they have 1 picture but somehow make only portions
of it a link.

My question is is there any way to make a section point to 1 page,
another sectioni to another page, etc, or do i need to make seperate
images and try to piece them together.

I'm using frontpage 2000

thanks
IWP506

Jul 24 '05 #1
10 9911
Els
IW****@gmail.com wrote:
Hello everyone. I have a header picture for my website with text on it
like "Home" "links" "about" etc. It's all 1 picture. I've seen
people's sites where they have 1 picture but somehow make only portions
of it a link.

My question is is there any way to make a section point to 1 page,
another sectioni to another page, etc, or do i need to make seperate
images and try to piece them together.
The thing you're looking for, is an imagemap. It's not a good idea
though, as when someone looks at your page with images turned off,
they'll have no idea where to click. The alt texts of the links in an
imagemap aren't shown.

That said, all separate images for the navigation of your site isn't a
good idea either, as people won't be able to resize the text if it's
too small for them. Why not use regular text links, and have the
picture (if there's more to the picture than just text) in the
background?
I'm using frontpage 2000


I don't know FrontPage, but I've heard all kinds of not so good stuff
about it.
Why not code your pages by hand?

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: tanghetto - Mente fragil
Jul 24 '05 #2
OK thanks for the answer & input.

IWP506

Jul 24 '05 #3
Els wrote:
IW****@gmail.com wrote:

Hello everyone. I have a header picture for my website with text on it
like "Home" "links" "about" etc. It's all 1 picture. I've seen
people's sites where they have 1 picture but somehow make only portions
of it a link.

My question is is there any way to make a section point to 1 page,
another sectioni to another page, etc, or do i need to make seperate
images and try to piece them together.


The thing you're looking for, is an imagemap. It's not a good idea
though, as when someone looks at your page with images turned off,
they'll have no idea where to click. The alt texts of the links in an
imagemap aren't shown.


Specify both alt and title attributes for the imagemap elements, and the
tooltips WILL appear for the various browsers.
Jul 24 '05 #4
Els
C A Upsdell wrote:
Els wrote:
IW****@gmail.com wrote:
Hello everyone. I have a header picture for my website with text on it
like "Home" "links" "about" etc. It's all 1 picture. I've seen
people's sites where they have 1 picture but somehow make only portions
of it a link.

My question is is there any way to make a section point to 1 page,
another sectioni to another page, etc, or do i need to make seperate
images and try to piece them together.


The thing you're looking for, is an imagemap. It's not a good idea
though, as when someone looks at your page with images turned off,
they'll have no idea where to click. The alt texts of the links in an
imagemap aren't shown.


Specify both alt and title attributes for the imagemap elements, and the
tooltips WILL appear for the various browsers.


Tooltips only work on graphical browsers though, and do you really
suggest visitors should hover over an empty square and see where which
tooltip will pop up?
Fun for a kids adventure site, but most people want to have an
overview of options instead of a riddle...
(or at least I think so ;-) )

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: tanghetto - Al final todos se van
Jul 24 '05 #5
Wow, the image map worked perfectly.

Thanks again.

And for anyone reading this wanting to do the same thing, i used this
site it's very good:
http://www.devx.com/projectcool/Arti...?supportItem=1

Jul 24 '05 #6
Els wrote:
C A Upsdell wrote:
Els wrote:
IW****@gmail.com wrote:

Hello everyone. I have a header picture for my website with text on it
like "Home" "links" "about" etc. It's all 1 picture. I've seen
people's sites where they have 1 picture but somehow make only portions
of it a link.

My question is is there any way to make a section point to 1 page,
another sectioni to another page, etc, or do i need to make seperate
images and try to piece them together.

The thing you're looking for, is an imagemap. It's not a good idea
though, as when someone looks at your page with images turned off,
they'll have no idea where to click. The alt texts of the links in an
imagemap aren't shown.


Specify both alt and title attributes for the imagemap elements, and the
tooltips WILL appear for the various browsers.

Tooltips only work on graphical browsers though, and do you really
suggest visitors should hover over an empty square and see where which
tooltip will pop up?


I would hope that, in the absence of graphics, the non-graphical
browsers would render the ALT text instead, so the user would not be
working blind!

(BTW, XHMTL 2.0 has a neat way of dealing with non-graphical user
agents. A new draft has recently been issued: take a look!)
Jul 24 '05 #7
The thing you're looking for, is an imagemap. It's not a good idea
though, as when someone looks at your page with images turned off,
they'll have no idea where to click.


See thread below ("W3C Spec: Block level content within <map>" 9 June 2005)
where I asked about why the recommendation allows for block level content
inside a map. The posted answers deal with this concern.

Laurence.
Jul 24 '05 #8
C A Upsdell > wrote:

[re: image maps]
I would hope that, in the absence of graphics, the non-graphical
browsers would render the ALT text instead, so the user would not be
working blind!


I don't know of a single graphical browser that doesn't *suck* in its
handling of client-side image maps when image loading is disabled. Some
won't acknowledge the links even exist without loading the image.

Image maps are A Bad Thing. Use with extreme caution.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 24 '05 #9
in comp.infosystems.www.authoring.html, kchayka wrote:
Image maps are A Bad Thing. Use with extreme caution.


Image maps are quite OK, for image *maps*, with adequate alternative way
to select right place.

They are extremily poor choise for link list that is only one image
because someone didn't bother to slice it.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Utrecht, NL.
Support me, buy Opera:
https://secure.bmtmicro.com/opera/bu...tml?AID=882173
Jul 24 '05 #10
Els
C A Upsdell wrote:
Els wrote:
C A Upsdell wrote:
Els wrote:

IW****@gmail.com wrote:

>Hello everyone. I have a header picture for my website with text on it
>like "Home" "links" "about" etc. It's all 1 picture. I've seen
>people's sites where they have 1 picture but somehow make only portions
>of it a link.
>
>My question is is there any way to make a section point to 1 page,
>another sectioni to another page, etc, or do i need to make seperate
>images and try to piece them together.

The thing you're looking for, is an imagemap. It's not a good idea
though, as when someone looks at your page with images turned off,
they'll have no idea where to click. The alt texts of the links in an
imagemap aren't shown.

Specify both alt and title attributes for the imagemap elements, and the
tooltips WILL appear for the various browsers.
Tooltips only work on graphical browsers though, and do you really
suggest visitors should hover over an empty square and see where which
tooltip will pop up?


I would hope that, in the absence of graphics, the non-graphical
browsers would render the ALT text instead, so the user would not be
working blind!


Well, that's why I said that alt text on imagemap links doesn't
work... :S
(BTW, XHMTL 2.0 has a neat way of dealing with non-graphical user
agents. A new draft has recently been issued: take a look!)


Nah.. I haven't even looked into XHTML 1.0 yet ... ;-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 24 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Lucanus | last post by:
Hi All, Just a quick question, which should have a simple answer... Can I have a document with three images with the same name, and reference those images individually. ie: <img...
17
by: Klaus Schulz | last post by:
Hello, for a project I am currently working at, I have to use form-buttons and normal links (a href...) in the same pages together. Both should look the same. No problem with IE and Opera but I...
11
by: Mike | last post by:
Looking to find any information on how to properly configure multiple instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking for information on how the multiple instance settings...
6
by: Don Leverton | last post by:
Hi All, I've got a situation where I am developing an Access 97 app for a client, and am in the "beta testing" stage. I have split the app up, using the DB splitter, into front-end /back-end...
10
by: Tim Mulholland | last post by:
My company is about to begin working on an ASP.NET application. There are going to be two primary developers working on this project. It will be a fairly deep project (lots of lines of code) but...
2
by: George | last post by:
Dear colleagues, I refer to your help with specific graphic problem. It is necessary to create a viewfinder in graphic application. It seems that the algorithm is simple: just draw lines in...
6
by: jan | last post by:
My apologies for being a javascript beginner and asking such a basic question. This is probably so easy that nobody ever mentions it. Tutorials and places that tell of basic commands never seem to...
3
by: vanald04 | last post by:
Tried searching for the right article and saw some similar questions that if I knew more would probably be helpful, but I couldn't get the coding exactly right for my specific situation. So, thanks...
1
by: Patricia Mindanao | last post by:
Assume I have a big picture on a web page. Now I want to logically (!) split this picture into multiple parts/areas. When I click e.g. on a the shape of building1 then the user should be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.