http://www.c5d.co.uk/cemeteryviews.php is the web page.
When I look at the item in Chrome it tells me that no CSS is active on the tall image. It should be img.kbc1
If on the other hand I call it img.young which is another image on another page it works fine
The CSS isn’t right anyway, but that’s another story.
I just can’t suss this one
SamA74
2
The image seems to be working fine here in firefox with this selector and rules.
img.kbc1 {
margin-left: 5px;
margin-right: 5px;
border-radius: 10px;
}
Checking in Chrome, the image working OK, but your menu is really messed up.
Edit: The menu is messed up in Chrome because I have js off in Chrome.
2 Likes
Thanks for the response. It all seems in order now I have come home from work.
system
Closed
4
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.