Just had a quick look & noticed the Top button also is wrong / not working.
The css isnt working when in a separate file.
Put some css back in the html & things start to work
Just had a quick look & noticed the Top button also is wrong / not working.
The css isnt working when in a separate file.
Put some css back in the html & things start to work
Think ive sorted it.
css & js path was wrong in the html file.
Please check your end.
Hi there theremotedr,
I am very sorry about that,
In the gallery.html file I had this code...
...which worked OK locally but it should be...Code:<link rel="stylesheet" href="Gallery.css" media="screen">
Code:<link rel="stylesheet" href="gallery.css" media="screen">
You can view my efforts here...
gallery.html
coothead
Last edited by coothead; 06-04-2022 at 11:26 AM.
~ the original bald headed old fart ~
No need to say sorry as i spotted it & changed it.
You did a great job,many thanks for the help.
Just looking at it now
Coothead,
There is one last thing you could assist me with please.
If you look on any page wishing my site, use url below etc you will see a UP arrow.
This take the user to the top of the page.
When it does that it’s a smooth scroll.
I would like to apply the same smooth scroll to the gallery top button as currently just rapidly jumps there.
I did look but only found #home and scroll.
Hi there theremotedr,
add this...
...to your CSS file.Code:html { scroll-behavior: smooth; }
It will slow down the the scrolling somewhat.
coothead
~ the original bald headed old fart ~
Bookmarks