Add to Google

Is There A Way To Make "absolute Links"? - Like links in a picture..

free web hosting
Open Discussion > General > Hosted Members Area

Is There A Way To Make "absolute Links"? - Like links in a picture..

Milk
I wanted to try a different layout but my lack of in-depth html knowledge prevents me from moving forward....I didn't know where else to post this, but I needed help so...

this is the image:

http://img115.echo.cx/img115/3231/sonata3ga.png

I wanted to do frames but I wanted also to make the links be from the image.......

Meaning, you see the flowers? Where the petals come out of, the circular things >_>;; They're magenta, cyan, and green. Um...these things: http://img241.echo.cx/img241/6057/yellow9ru.gif. Well, I wanted to make links out of those circular things and have them point into a frame (which is what the empty space out to the right would be...)

Can anyone tell/teach me how you can do that? I know you have to do absolute positioning or whatever it's called, and I've already got them cut out as gifs, but now I need to actually know how to link them. I don't have any html set up as of now, I just kinda wanted to know how you would start off?

I thank you guys in advance, if you're able to help me =/

 

 

 


Reply

beeseven
What I would do is first cut down the picture to just that group of flowers and then put that in a frame to the side. I haven't used frames in a long time, but you should be able to get code for them really easily on Google.

Next, you'd need a map to designate the parts as links:
CODE

 <img src="**LINK TO IMAGE**" usemap="#**MAP ID**" alt="**ALT**">
 <map id="**MAP ID**" name="**MAP NAME**">
  <area shape="circle" coords="**X, Y, R**" href="**LINK TO**" alt="**ALT**" target="**TARGET**">
 </map>

Replace the stuff with what you need. Make sure the map id is preceded by a #. You can add more areas and there are different shapes, but for the center of the flowers, those are all circles. For the coordinates, the origin (0,0) is at the top left of the image. R is the radius of the circle.

For more map stuff, go to http://www.w3schools.com/tags/tag_map.asp

 

 

 


Reply

clagnol
To accomplish your first goal of making a part of the flower into a link, you have three options:

Option one (and this is the option I would choose), you could create what is called an "image map" by inserting a little bit of html into your page.

CODE
<map name="flower">
<area shape="circle" coords="130,114,29" href="iframecontent.html" target="iframename">
</map>


In the above code, "130" is the x-position (horizontal) of the center of the circle (in pixels), and "114" is the y-position (vertical). "29" refers to the width of the radius.

If you have Dreamweaver, Fireworks, Imageready, or a comparable html/image editing program, the program will do most of the work for you.

For more another page on image maps, see this page.

Option two depends on the use of slices. Imageready and Fireworks will cut your image into rectangular slices. They are saved as individual images which are put together as one image. All you have to do is give the link slice a URL and then take the code provided by the image-editing program.

Often, designers prefer to cut up their images to make them load faster.

Option three is probably what you are inquiring about. You could position the yellow circle image on top of the larger image and make the small image into a link. There are a lot of ways this can go wrong, so I'd recommend you go with my first method, but here's how you could do it. Since you know about absolute positioning, I would assume you know how to place the small image right where you want it on top of the large image. To add a link, the code would look something like this:

<a href="iframecontent.html" target="iframename"><img src="flower.jpg" style="position: absolute; left: 235px; top: 78"></a>

Now this only leaves the matter of putting up an iframe. If you need any assistance with that, just reply. Good luck.

Reply

Tyssen
Or check out this page for a totally CSS-based solution.

Reply

Milk
Oh wow, thanks guys.

I have another question....is there a way to make the 'circle' different on hover? Like, I cut it out and made it 'brighter' so that when you hover over the circles, they'll light up.

>_> How would you do that?

Reply

dodgerblue
In your source code, between the < style > and < /style > tags, define the division style.

For example, the division ID is going to be called "circles"

This is what it should look like:

HTML
<html>
<head>
<style>

- whatever else styles you have -

<!-- the style of your div -->
#circles {
blah blah }

<!-- style of named objects -->
#circles a {
background: the color AT FIRST url(url of your circle image); }

<!-- style when your mouse goes over the links -->
#circles a:hover {
background: the color you want it to change to url(url of your circle image); }

</style>
</head>

<body>

<div id="circles">

<a name="circle1">the circle</a>

</div>

</body>

</html>


OK some explanation in order: The output you'll get is just the circle shape with the words "the circle" in the circle shape.

If you need to look at an example you can take a look at my blog. wink.gif The colour of the circles in the top menu changes when you hover your mouse over it - I assume that's the effect you're talking about.

It was done in PHP but that's too complicated to explain here and anyway I only used PHP because that's what my blog engine runs on. You'll get the same effect just fine if you use CSS and HTML. wink.gif

Hope that answered your question.

Any other questions I'll be happy to help. smile.gif

Notice from BuffaloHELP:
Edited as per request. Instead of [code] tag use [html] tag for pretty colors~ tongue.gif.

Reply

BuffaloHELP
Milk,

tatatee has written an excellent tutorial of editing image map effortlessly on this tutorial. I hope that helps you out in any ways. By the way, I've secretly always wanted to know how to do this, too rolleyes.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. make absolute - 86.38 hr back. (1)
Similar Topics

Keywords : make, absolute, links, links, picture

  1. What Are The Ways To Make Your Poems Spread To The Audience?
    (2)
  2. How To Make Money Online
    (0)
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> The Best
    Working as a freelancer on the Internet is one of the most popular ways of making money from home.
    On the Internet, a smartly organized small business may get excellent results, often competing side
    by side with larger corporations. Internet advertising is on an ascending trend, which shows plenty
    of potential for the near and distant future. As traditional media outlets struggle to keep costs
    down and become more attractive for potential advertisers, the virtual space offers....
  3. Cannot Make Another Application Even Though Last Was Denied
    (2)
    I am trying to get a hosted account. Even though my previous attempt WAS denied I got this msg:
    Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got
    this error message, try looking through the help files for more information. The error returned was:
    Our records indicate that you have already submitted an application. Please wait until that
    application is approved or denied before submitting another one. KJ....
  4. That Its Hard To Make It Team
    (1)
    I want to tell to everyone who want to make IT team is very dificult if each member has another
    priority. maybe in first discussion all will say "ok, i want participate" or "i'm in" or
    anything word that its have mean he/she want join in team. But after everything will set up to
    forwards, and someone in team got lost, teamwork will fall to piece. one by one get other priority
    and team got to frazzle. I tell to all, if you want make a team. make sure what the point you build
    a team. and each member must have responsibility to his/her work in team. and if someone in y....
  5. Make Your Exercise Injury-free
    (0)
    Over-exercising can increase the risk of injury. Here are ways on how you can avoid this. Eat up
    Without proper nutrition, you lose concentration and tire easily. Carbohydrates like bread are a
    good source of fuel for exercise. Remember to eat again within two hours of finishing your workout.
    Rest When we exert our bodies, we actually suffer from microscopic injuries, which explain why we
    get body aches after a heavy workout. Train different muscle groups on different days, factoring
    rest in between for healing to take place. Proper Technique If you are learning....
  6. Problem With The Trap17 Forum
    Inconsistent links and problems with "Latest Activity" (4)
    Hi, I have noticed a bit of a problem with the forums here on Trap17. I don't know if this is a
    problem with the Trap17 implementation, or with Invision Power Board in general, or with a mod that
    is running on the forums here, and I'm sure that someone smarter than me can isolate the source
    of the problem. What I have noticed firstly is that the link that is generated in the top right
    corner of a post within a thread, the link to that particular post (I'll call that the linkback
    link), sometimes links to the post itself, but often just links to the thread. T....
  7. How Would You Make An Apple Netbook?
    Discussion about probable ntebook from apple (1)
    http://3.bp.blogspot.com/_UxH6ENd1Fpk/SM84...00-h/OLPc+2.jpg Ok so here is the concept of the new
    OLPC (sorry if this link is not allowed but I havent find a hoster for images If you mind recomend
    one) the thing is that from my point of view mac will never be able of making a netbook, because
    their reputations stands for elegancy, sexynes, more functional the others and thats why the regular
    PCs or laptops are more expensive...but lets just imagine how would apple make a netbook....In the
    link above is how I think could be...you know touchscren on both sides and like ....
  8. Free 10 Day Affiliate Masters E-course
    Learn how to make money online as an affiliate. (0)
    Hey all: Here is a 10 day e-Course about affiliate marketing. It is a broad subject and one of the
    most common ways that people 'attempt' to make money on the internet. Affiliate Masters
    e-Course It is important to have good information about the reality of this field. Topics covered
    include developing a site concept, brainstorming hundreds of profitable, related keywords, building
    that themed site full of money-earning keyword-focused content pages, to attracting targeted,
    motivated traffic that clicks on your recommendations, and buys from the merchants ....
  9. How To Make Money Online At Home
    (7)
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> The Best
    Work From Home Business Ideas and Opportunities Starting From Right Now.money working on net for
    just few hours of week.This is good start to own a best homebased business and easy ways to make
    money at home. . This Package is Everything for make money on the internet & to start successful
    home based business. I got from Clickbank from Adbright With this package i am making this huge
    money which i could not think about it living in India.This package is the perfect combinat....
  10. File Sharing Hosts!
    You can make money over here (11)
    Hello, guys! I found several web-sites which pay you for downloads of your files. It was
    approved on other forums that are paying defenitely; they are not scam projects. Here, they are: 1.
    www.depositfiles.com 2. www.letitbit.com 3. www.vip-file.com 4. www.upload.com 5. www.smsfiles.net
    There are more information on their official web-sites. To know more about it, please visit them.
    But, if you have questions, I may answer them.....
  11. Best Way To Make Money From Your Website?
    (17)
    I'd like to start a website that offers a free service, yet in order to keep this service going
    I will need a small income...any ideas? I know about adsense and whatnot but I would like something
    more.....
  12. How To Make A Website ?
    I want help please. (12)
    Ok i have made my own forum. Its cool and looks like its going to go places. Anyway i wanted to add
    a website and other pages to this. So i can have my forum through my website. I need some info on
    it please. What is the best way to work this out ? Im quite new to all this but learning all the
    time. I just need someone kind to help me or point me in the right direction. Also can you please
    let me know if its a bad idea to have a website and a forum. Or to just stick with the forum.
    Thanks Chris... ....
  13. Budding Java Game Developers?
    Ever wanted to make your own java web-based game, but not had the time (10)
    Right, this is the first post of hopefully many in this thread. Basically the idea is to get many
    developers together to share ideas and knowledge to create our very own game. First we'll be
    asking for is any ideas of what kind of game everybody would like to make, and then we'll set
    about assigning tasks depending on everybodies skills. We will need programmers, artists,
    web-designers, even admin and marketing. This will be freeware, but the experience will be great.
    So, ideas anyone?....
  14. Is It Really Possible To Make Any Money Online?
    (28)
    Hello, all and thank you for taking a moment to read. I wonder if it is really possible for a
    regular internet user to make money online. I mean, I know that there are many people telling their
    "huge payoffs" and their "wonderful revenues", but I have never met a real person with a real story
    of (at least relativa) success. If you are one of those real people I have not met yet, please feel
    free to tell your story. How much time you need to invest in order to start earning real money? What
    do you need to do? What are good options to start? What things is better not to ....
  15. Help Creating A Profile Website
    how do i make a profile website (14)
    Ok this is my idea: I am making a website about anime. Its function is add anime, review anime,
    search anime, anime information. Users can make a profile. People can make a profile which they can
    edit to theire likes with html to give it a fancy look.(this is what my problem is about) What i
    would like to know is how can i accomplish this. I already have the database for the anime titles
    etc ready, the only thing that needs to be done is the profile section. If you have any tutorial,
    tip or guide i would really really appriciate it. Thx in advance. ....
  16. What Kind Of Car Do You Have?
    make and model? :D (30)
    I was curious on what kinda car people have o.o; I have a 91' Eagle Talon TSi AWD it has a 6
    cylinder Turbo its automatic and Its Pearl White! well it will be pearl white soon o.o; cause
    i'm getting my dad to repaint it for me~ annd we are getting it registered next week!
    i'm so excited. /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0"
    alt="laugh.gif" />....
  17. French Kiss Or Make Out?
    She knows how! I don't! (6)
    Well the girlfriend I currently have is my first girlfriend ever. But I am not her first boyfriend,
    she has had one before me. We kiss a lot, but it is just normal kisses, nothing else. I just wanted
    to know, how can I French kiss her when I don't know how but she does? Plus, I don't know
    how to "make-out", yet I know she does! It is very frustrating for me because I don't know
    how to initiate anything... I just want to know, does anyone know how to initiate something like
    this without knowing how? I hope you all understand what I am saying. (Happy tur....
  18. Runescape Private Server
    How to make your own private server and make runescape cash with it :) (76)
    First off you need a source: You can download one of these. QUOTE Cheezscape 80 -
    http://www.megaupload.com/?d=W8NCP0YC Cheezscape Pk - http://www.megaupload.com/?d=SOK1SPVR
    Project 16 V.6 Edit 8 - http://rapidshare.com/files/10028200...DIT_8.rar.html Project 16 v3 -
    http://www.megaupload.com/?d=ZFYG6T8B Project 16 Blitz -
    http://d.turboupload.com/d/1544978/P16_Blitz.rar.html Project16 V.6 Full Source -
    http://files.filefront.com//;5486316;;/ Project16 V.6 Full Source -
    http://www.megaupload.com/?d=IAO4H58V Project16 V.6 Full Source - http://rapidshar....
  19. How To Make Money Online
    (24)
    Hi fiends, I am new here, Someone PLEASE tell me exactly how you can easily make money online
    without spending a lot to start and not starting a traditional business.... Thanks in advance! ....
  20. How To Make A Counter Strike 1.6 Dedicated Server
    CS 1.6 Dedicated Server with Admin Mod and Stats Me (18)
    How to make a Counter Strike 1.6 Dedicated server What do we need ? HLDSupdatetool ->
    http://www.steampowered.com/download/hldsupdatetool.exe NoSteamPatcher ->
    http://www.gameszone.ro/downloads/no-won-steam.zip AdminMod + MetaMod ->
    http://ovh.dl.sourceforge.net/source....50.60-win.zip StatsMe ->
    http://ovh.dl.sourceforge.net/source....3-cstrike.zip Step 1 Create a dir were the server will be
    installed example C:\HLDS Open hldsupdatetool.exe, click next , then I agree we will get to the
    destination folder, here we press browse and select Local Disk C ,....
  21. Make Money Online!
    (22)
    If you see these "make money online" things that say stuff envelopes, read emails or anything and
    they ask you for money dont do it. Stay away. If it was that easy everyone would do it. There is
    no easy way to get money. I am sure many will say yes there is look at this link. Well im not
    gonna look at the link. People arent into giving away money. The only way to do it is to sell a
    product or service. Find something your interested in and sell it....make a site about it, sell at
    the flea market, farmers markets, any where you can..... So stay away from those mak....
  22. Make A Folder Named Con
    you can never do that (7)
    an interesting thing that you never exprienced it@ try to create a file or folder named con in
    windows! you will never be succed to that! and also you are not able to make these names
    too!!!!:D con nul lpt1 lpt2 lpt3 com1 com2 and com3 !!!: /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />:D you have prize if you
    make a folder named them!:D but you can use this option to lock your cd(s) !!:
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />:D you ca....
  23. How Do I Make A Website
    (21)
    Well, I don't think this is the right place to ask tis question but I need help. I have no idea
    on how to make a website and I'm so confused. Please help! Moving from Tutorials to Web
    designing discussion ....
  24. Martial Science
    Does It Really Make Sense?? (1)
    It's a fairly new question that is becoming more and more common, and it is a question that can
    spark some quite interesting debates. I thought of it after I was finishing a piece for my website.
    Tell me what you think of the theory of martial science, leave your views plz... (By the way I
    really don't know much about it, so it might not make complete sense /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> ) Ok so science plays a big
    roll in everything that we do, see or hear. It's the physical proof of a certain theory. So ....
  25. Make Your Own Mmog
    Does anyone know how to do it? (7)
    I want to make an MMOG (Massively Multiplayer Online Game) similar to that of Utopia or OGame. Does
    anyone know any ways of accomplishing this? And if you do, could you link me to the program used or
    write me a simple walkthrough on how to get started? Thanks.....
  26. Signature Tutorial
    Learn how to make a complete signature (27)
    Signature Tutorial Hello. A friend of mine made this tutorial for his site, and he
    allowed me to post it here as well. Click here for the original tutorial.
    ______________________________________________ The Background QUOTE 1. OK, lets start by
    creating a 320x100 document with white background in photoshop. Then Press "D" on your keyboard to
    have your colors reseted. 2. Go to "Filter/Render/Clouds". You will have something similiar
    to this: 3. Create a new layer. Then get the brush tool, and start brushing with black color on
    t....
  27. Does Anyone Know How To Make Exe Files
    (19)
    Does anyone know any software for making exe files, I want to make simple programs not propper
    one's. Thanks.....
  28. Name 3 Things That Make You Real Mad
    (96)
    Hi Here are my three to get this started: 1) I hate when I see humans mistreating animals for no
    reason. 2) I hate dumb people, I mean I really do. When confronted with someone that is plain dumb
    I get irrate. /mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /> 3)
    Disrespect. When someone talks to you like your are a piece of chewed gum on the pavement. I also
    hate it when I see someone else being the victim of this. Like a customer in a restaurent being rude
    to a waiter/waitress just because he can. So what gets your blood boiling? /wink.gi....
  29. Javascript Slideshow Tutorial
    How to make a slideshow in JavaScript (4)
    JavaScript Slideshow Tutorial I'm going to show you how to make a impressive JavaScript
    slideshow. First, you're probably asking: why would I want to make a slideshow in JavaScript?
    There are a number of reasons. First, you don't have to build a new HTML page for each picture.
    Secondly, the page will load much faster because the of the compactness of the page. Ok let's
    get started with this example. First we'll add a <script> tag in the of our HTML
    document. In that script tag we will build the following: CODE      first = 1;      la....
  30. Php Quiz Script
    Make quizzes for your site. (21)
    Hello all, A little bit back I decided to make a quiz scriptjust out of no where lol. However it
    doesnt do anything special but I am going to make an email mod for it so that it will email results
    to your email address. So here is the basis of it. INSTRUCTIONS: Open a new page in your text
    editor and paste in the following code. CODE <?php $qid = "Quiz ID-00"; ?>
    <html> <head> <title><? echo "Gamers Pub $qid";
    ?></title> </head> <body> <p><h3><? echo "....

    1. Looking for make, absolute, links, links, picture

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for make, absolute, links, links, picture

*MORE FROM TRAP17.COM*
Similar
What Are The Ways To Make Your Poems Spread To The Audience?
How To Make Money Online
Cannot Make Another Application Even Though Last Was Denied
That Its Hard To Make It Team
Make Your Exercise Injury-free
Problem With The Trap17 Forum - Inconsistent links and problems with "Latest Activity"
How Would You Make An Apple Netbook? - Discussion about probable ntebook from apple
Free 10 Day Affiliate Masters E-course - Learn how to make money online as an affiliate.
How To Make Money Online At Home
File Sharing Hosts! - You can make money over here
Best Way To Make Money From Your Website?
How To Make A Website ? - I want help please.
Budding Java Game Developers? - Ever wanted to make your own java web-based game, but not had the time
Is It Really Possible To Make Any Money Online?
Help Creating A Profile Website - how do i make a profile website
What Kind Of Car Do You Have? - make and model? :D
French Kiss Or Make Out? - She knows how! I don't!
Runescape Private Server - How to make your own private server and make runescape cash with it :)
How To Make Money Online
How To Make A Counter Strike 1.6 Dedicated Server - CS 1.6 Dedicated Server with Admin Mod and Stats Me
Make Money Online!
Make A Folder Named Con - you can never do that
How Do I Make A Website
Martial Science - Does It Really Make Sense??
Make Your Own Mmog - Does anyone know how to do it?
Signature Tutorial - Learn how to make a complete signature
Does Anyone Know How To Make Exe Files
Name 3 Things That Make You Real Mad
Javascript Slideshow Tutorial - How to make a slideshow in JavaScript
Php Quiz Script - Make quizzes for your site.
advertisement



Is There A Way To Make "absolute Links"? - Like links in a picture..



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE