473,387 Members | 1,512 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,387 software developers and data experts.

How to get a button to arrive at div tab?

This is the link: (it's an example on a template)
http://elemisdesign.com/demos/delphic/

As you can see, at the bottom there are 4 clickable images.

I want each one of them to go a seperate section on the 'services' page.

So, 4 images (sections) on the index page and 4 sections on the service page.

The first image on the index page CLICKS TO the first section on services..

I really don't know how to do this.

Thank you very much.
(i'm browsing in chrome
Mar 21 '12 #1
2 1629
drhowarddrfine
7,435 Expert 4TB
For the element on the page you want it to go to, give it an id name
Expand|Select|Wrap|Line Numbers
  1. <p id="first-link">
Then, in the href for anchor on each image, do
Expand|Select|Wrap|Line Numbers
  1. <a href="services#first-link">
Mar 21 '12 #2
Hi, i'm sorry, i'm very new to the coding language... So it does not seem to work. Where do you place the id name?
Mar 26 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: sebb | last post by:
Learning python second edition was first supposed to arrive at the beginning of November. But the date have been relayed many times to finally be in December. Now, we are the 17th of December...
1
by: Paul M | last post by:
Hi, I've got a recordset consisting of many records (anything up to 250) which currently loops to populate a form in each iteration. I need to post the form to an external URL on each loop, or...
6
by: Skip Hollowell | last post by:
I am working on a menu bar for a site, and am using buttons in the bar (because the customer wants to use accessKeys for each selection, apparently it is too much work to click on them with a...
1
by: andrea.demagistris | last post by:
hi, i'm andrea from italy. i'm starting with javascript. It happen that after using onload the back button of the browser doesen't go. this is the example: inside the body tag of my html page i...
25
by: KK | last post by:
Hi, I am using history.go(-1) for implementing the back button functionality. Its working fine but with this exception. 1. The page which is having back button has some hyperlinks on it. ...
7
by: ravey | last post by:
I would like to use a Form "button" (or "input", either one) within an anchor, instead of using text or creating a graphic. This works fine in all browsers but IE, but IE, while showing the...
3
by: Steve Lefevre | last post by:
Hey folks - I have a form for scanning in packages as they arrive. It's a continuous form, with one field to hold the scanned case number. On the row I also have a button to delete the record,...
3
by: Zürcher See | last post by:
Someone has implemented a Datagrid Button for the Windows.Form?
18
by: jrhoads23 | last post by:
Hello, I am trying to find a way to tell if an .NET windows forms Button (System.Windows.Forms.Button) is "depressed" (pushed down). For my application, I can not use a check box control set to...
23
by: Bjorn | last post by:
Hi. Every time i post data in a form the contents are being checked for validity. When i click the back-button, all data is gone and i have to retype it. It's obvious that only a few or none of...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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,...

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.