Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
help with links in places on a picture
Old 01-27-2011, 11:51 AM help with links in places on a picture
Junior Talker

Posts: 2
Name: darry
Trades: 0
I have a picture that i need to have certain parts selected (facebook logo and the twitter logo) please help me with the code. Thanx. Heres de pic
jippee is offline
View Public Profile
 
 
Register now for full access!
Old 01-27-2011, 12:12 PM Re: help with links in places on a picture
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.htmlcodetutorial.com/imag...msupp_220.html
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
View Public Profile Visit chrishirst's homepage!
 
Old 01-28-2011, 10:03 AM Re: help with links in places on a picture
Junior Talker

Posts: 2
Name: darry
Trades: 0
how can i find the co-ords?
jippee is offline
View Public Profile
 
Old 01-28-2011, 02:43 PM Re: help with links in places on a picture
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Use CSS, not an inaccessible image map. That logo could be a background with the social icons floated in the div and linked.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
View Public Profile
 
Old 01-31-2011, 12:42 PM Re: help with links in places on a picture
Skilled Talker

Posts: 59
Name: Lisa Forgan
Location: Colorado
Trades: 0
Best that you should separate the facebook & twitter icons from the "entertainment anytime" image. Then, use css to style the background of the div with the "entertainment" image. Use css to get the proper styling/placement of the social icons.
Puddlemut is offline
View Public Profile
 
Old 02-21-2011, 05:09 PM Re: help with links in places on a picture
Skilled Talker

Posts: 83
Trades: 0
you have to use image mapping areas tags to select different areas of pixels and create links etc
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
DmitryS is offline
View Public Profile
 
Old 02-22-2011, 08:13 AM Re: help with links in places on a picture
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
No, you do NOT. Did you not read the other posts here? Image maps are bad for accessibility and, at this point with CSS, outdated.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
View Public Profile
 
Old 02-24-2011, 12:49 AM Re: help with links in places on a picture
Experienced Talker

Posts: 35
Trades: 0
Hi,
Place the big image as a background
for a div and place social networking
icons as a image i.e <div class="something"><imgsrc="yourpics"/></div>
if you want t it to be at top-right give float:right
in left give float:left this will solve your problem
__________________
Magento Themes Experts

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
shankar.adodis is offline
View Public Profile
 
Old 02-24-2011, 10:46 AM Re: help with links in places on a picture
shivaji's Avatar
Ultra Talker

Posts: 321
Trades: 0
If you cannot cut out this two logos because this is not simple background then just put this image in div background, define one div for links and a tags. Below is simple example and work OK in all good browsers, but for IE6 (and maybe some other) you need hack.

CSS
Code:
#header {
	width: 624px;
	height: 257px;
	background: transparent url("networks.jpg") no-repeat 0 0; 
}
#bottom_header {
    float:left;
	width: 624px;
	height: 50px;
	margin: 200px 0 0 0;
}
a.face_twit{
	float: right;
	width: 50px;
	height:50px;
	display: block;
	margin: 0 8px 0 0;
	text-decoration: none;
}
HTML
Code:
<div id="header">
   <div id="bottom_header">
     <a class="face_twit" href="#">&nbsp;</a>
     <a class="face_twit" href="#">&nbsp;</a>
   </div>
</div>
__________________

Please login or register to view this content. Registration is FREE
- uncommon free scripts

Please login or register to view this content. Registration is FREE
- Städte, Sport, Party, Gourment, Apartments, Hotels
shivaji is offline
View Public Profile Visit shivaji's homepage!
 
Closed Thread     « Reply to help with links in places on a picture
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.32079 seconds with 12 queries