View Full Version : links within webpage not working
sucgar
09-12-2014, 07:16 AM
Hi everyone, I've created a very simple website for a friend. It's only one page with the links in the heading pointing (or supposed to be) down the page. However I can't get it to work!
eg
<li><a href="#n_pvstop" title="PVSTOP">PVSTOP</a></li>
then further down -
<div id="pvstop">
<a name="n_pvstop"></a>
etc etc
I'm pretty much a novice. If anyone can help that would be much appreciated. I've uploaded the site here http://www.thesucculentgarden.com.au/ljw
There's one other thing too. I made the header to be always at the top and since I did that I get the scroll-bar on the bottom.
Beverleyh
09-12-2014, 11:25 AM
with the links in the heading pointing (or supposed to be) down the page. However I can't get it to work!
eg
<li><a href="#n_pvstop" title="PVSTOP">PVSTOP</a></li>
then further down -
<div id="pvstop">
<a name="n_pvstop"></a>
In what way doesn't it work?
For me (using Chrome), I click on s link and it jumps down to the appropriate section so it appears to be working fine.
I made the header to be always at the top and since I did that I get the scroll-bar on the bottom
This is just a statement. Are you asking how to remove the scrollbar?
In style.css - remove the line in red;
#content_contain {
margin:0 auto;
overflow:auto;
padding:130px 0;
/* width:940px; */
}.content {
min-height:350px;
}Or change it to overflow-x: hidden;
sucgar
09-12-2014, 09:41 PM
Thanks. The scroll bar is gone but the problem remains with the links. I'm using IE11.
Deadweight
09-12-2014, 10:23 PM
I am not entirely sure what you are talking about. When i click the link it just to the right location just maybe a few lines down too far. Also i am not sure if you noticed but your news pvshop and contact us are in the wrong location i think.
sucgar
09-13-2014, 04:52 AM
It's the 'few lines down too far' that I don't want, I'd like it to show with the relevant header above it.
The News button doesn't work at all in IE11.
Yes I did notice the problem with news etc - only seems to happen in Chrome.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.