This is a discussion on "Floating link/hyperlink in frontpage?" within the Web Page Design section. This forum, and the thread "Floating link/hyperlink in frontpage? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Floating link/hyperlink in frontpage?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Floating link/hyperlink in frontpage?
I have seen this before in a template, but I have no idea how to do this
What I want to do is place a link (for arguments sake) at the bottom of the bottom See link bella.marksdocs.com As you can tell, I cant select the image, because it all the one image and I only want to link one part of it. When I saw this before, it was like a floating clear box and you could stretch it out to cover as much of the graphic as you wish. Does anyone know how to do this. Cheeers |
|
|
|
|||
|
Re: Floating link/hyperlink in frontpage?
Cheers for the info
I am a basic user, so now to sure what you mean. was in photoshop to divide and make links, but that did not work, the image is a jpeg, does it need to be another format for it to work? |
|
||||
|
Re: Floating link/hyperlink in frontpage?
The format is irrelevant. What I got from your first post is that you have an image and you want just a portion of that image to be a link. The simplest way to do that would be something like this say your image was 200px by 200px:
#foo { width:200px; height:200px; background:url("foo.jpg") top left no-repeat; } #foo a { width:200px; height:50px; display:block; text-decoration:none; } <div id="foo"> <a href="" title=""> </a> </div> That would make a 200px wide by 50px tall link area at the top of the image. Make sense?
__________________
I've got <style> and .class
|
![]() |
| Tags |
| hyperlink |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Frontpage 2003 | snake | Starting Out | 4 | Apr 21st, 2008 17:35 |
| Does anyone knows how to use frontpage... | renren | Web Page Design | 16 | Apr 24th, 2007 16:58 |
| Questions about frontpage | linn | Starting Out | 18 | Jan 26th, 2007 14:50 |
| Microsoft Frontpage Help | Mike63 | Scripts and Online Services | 5 | Sep 7th, 2006 08:16 |