That scrollbar problem is not unique to that page. It appears on other pages, too. It will be a good thing to fix.
I’ll give it another look later (it really should be easy to fix as a fluid issue rather than a responsive one). But please do leave a post if you find a solution first.
It’s on the list to try and understand the problem. I have your fix above.
Right now I have a colour mystery. On the left sidebar I have a button “HOME” under the logo. I cannot understand why it has a grey background. The css color #cccccc is applied throughout as a border, but I have checked thoroughly (I think…) and it is not elsewhere.
The button “HOME” is surrounded by a box with a classname of “blank” and box “blank” has a gray backround image applied which is named blank.png but isn’t actually blank, it’s “#cccccc” gray which overrides the previously set white background-color.
Thanks. I have a feeling that some of the code you’re suggesting that I should delete may be there for some reason, possibly to allow for Safari. I will look at it later and test all browsers with the changes.
I have a row of social media icons that connect to the sites via share42. I tried to place it in the new page’s left sidebar but the images don’t appear. I guess it may have to do with the width, and as this is controlled by a js.script, I am not sure whether to change a COPY or need to download a different script.
In the left sidebar, below where it is already the text “Share with your friends”. The code is already in place in both css and html but the icins don’t show…
Ok, I’ve adsjusted the MQ to kick in at 827 instead of 800
It does not seem to make much difference to the rendering of the page and the horizontal scroll bar has gone in all major modern browsers. I thought you meant under XP only. I have not tested it under XP, yet
Could it be done the other way round: leave it at 800 and find the culprit?
If you are referring to your testing on Windows Safari, then they are needless.
At best useless clutter, at worse they might break things for browsers that others are actually using.
No, no. I clarified that I had mentioned WinXP solely for the sake of humor, not for testing purposes. You had made a remark about being 69 and not being able to stand gardening. Still using WinXP was my retort (maybe not so clever, though )
At the moment, the large images appear when clicked at all widths for me. I don’t see any white dots.
If you narrow the screen to the point where the photos no longer enlarge (MQ 550) the width and height of “0” that I gave them appear as a round large white dot, but only AFTER you click on it.
I see that now. I had to do a forced reload of the page to update my cache.
Tell me what you changed that causes the white dot, please.
EDIT: Never mind, I found it already.
OK, the white dot is the white border around the image. Assign #large2 {border:none} to hide it.
Seems like it would be better if the JS action that creates the larger image could be turned off at narrower widths. You may want to find out if that can be done instead.