I have an arrow I am trying to position and the first issue is that it is positioning differently in different browsers and the second issue is that have of it is hidden.
I also have a 3d " is this what I need? " button that I am trying to possition slightly under the slider but when I move it down to where I want it that too is hiding.
yes that is right, the arrow is now fully showing. The arrow I want to place under the link " the 3 steps to success " so it points towards the tabs.
The " is this what I need " 3d button I want in the same place but the bottom is being cut off. It shows if I move it up 5 px but I want it to look like it is folding under the slider
Many thanks for your reply
I have to say i am very impressed with this forum so far, It is the best one I have used
ok, that’s sorted it, so you mean it has to have the relative in the part i want it relative to, but then how does the absolute in the arrow css know that it has to be relative to pages-inside?
Sorry I should have explained the " is this what I need " is called .readmore ( only I have changed the text in the image to show is this what I need, it is on the bottom of the slider on my home page )
When an element has position: absolute, it needs to know what to position itself in relation to. So place something like position:relative on the parent to give it context.
Not sure what you mean by “how does the absolute in the arrow css know that it has to be relative to pages-inside?”
the " is this what I need " is called .readmore
At the moment the image isn’t showing, and the link to it seems to be wrong.
ok what I mean about the " is this what I need button ". I have just changed it to a transparent grey with the words " Find out which great website is best for you "
I’ve not set the link yet but the issue is that I want it to look like it is folding under the slider so it needs to sit just under the green but however if I move it ( by incrasing the top margin ) it dissapeas when it gets to the end of the slider and also it won’t go into the center when I increase the left or right margin
can we upload attachments on here for me to show a screen shot? Can you not see a transparent dark grey " Find out which great site is best for you " just under the Ben Hunt quote
ok sorted all the images, I copied and pasted all my edited work from my localhost onto my hosting account and completely forgot about that - hanks for drawing it to my attention
so the button should be there now just under Ben Hunt’s quote. As you can see it should fit under the slider but when it goes beyound the edge of the slider it starts to cut it off only showing the part that is on the scroller - hope that makes sense
My suggestion would be to place this link outside the #sections div and move it up over that div—though this assumes that you can use the same link for each slide panel.
I got a bit confused about where to put it then I decided to add a longer rectangle on the whole of the bottom. But strangely the 2nd scroller doesn’t position it the same as the others, even though the class is the same and the css is the same.
.
This is my first website, what is your opinion of it? And I’m not too sure now about how that find out more button looks at the bottom there and what’s the issue with the 2nd one?
Hmm, I would move the whole thing out of the slider div and have it underneath it, not sliding with each slide, as it isn’t specific to each slide. Then you only need it there once.
Hmm, still hasn’t changed for me. Maybe I’m missing something.
I would change the height on the slider to eliminate the button at the bottom, which I would remove from the slider div altogether. I would place that as a static div underneath the slider, which didn’t move with the slider, but is just a simple link.
i’ve updated it but sometimes for some reason it takes a long time for the updates to show, which is why I am editing it in the local host mostly, but the only issues now is the two scroller arrows are placed behine and the readmore link does not activate a pointer when you roll over it…