Gazley Posted September 10, 2015 Share Posted September 10, 2015 Hi, I've hit a funky issue when using Chrome on Mac, specifically, when the screen width is 1100px or more. The content at the following link may possibly be deemed NSFW so please take care if you are prepared to take a look on my behalf! http://www.iconicboudoir.co.uk/blog/ Scroll down to the Blog entry titled: "A Little Bit Of Fashion With A Little Bit Of Glamour" If you mouse over the H1 Title/Anchor from the left, the cursor doesn't change nor does the link actually work until you get to the first instance of the word "Bit"? I only see this behaviour in Chrome, it seems to work OK in Firefox. If anyone has a Mac with Chrome and enough screen width to get the viewport 1100px or more, if you see the same behaviour, I'd appreciate your thoughts as to what might be going on. BTW, this site uses latest ProCache but I see the same issue when I turn ProCache off and use vanilla CSS/JS elements. Many thanks indeed! Link to comment Share on other sites More sharing options...
Adam Kiss Posted September 10, 2015 Share Posted September 10, 2015 I see it with Safari as well. testing 'display:block;' on the h1 > a seems to 'fix it'. Link to comment Share on other sites More sharing options...
LostKobrakai Posted September 10, 2015 Share Posted September 10, 2015 That's strange! I can indeed confirm this behaviour. It could be related to the webfont you're using, but that's not more than a hunch. Link to comment Share on other sites More sharing options...
tsdtsdtsd Posted September 10, 2015 Share Posted September 10, 2015 That's strange! I can indeed confirm this behaviour. It could be related to the webfont you're using, but that's not more than a hunch. That's very likely. I had a similar problem with a webfont once. On a side note, if SEO is important for you: You should have not more or less than exactly one h1-tag per page. Change those headlines to h2 or even h3. Link to comment Share on other sites More sharing options...
LostKobrakai Posted September 10, 2015 Share Posted September 10, 2015 On a side note, if SEO is important for you: You should have not more or less than exactly one h1-tag per page. Change those headlines to h2 or even h3. They are wrapped in article tags, which by the html5 spec create a new content section with own headline structure. I'm not sure how well search engines honor the spec by now, but they really should. 2 Link to comment Share on other sites More sharing options...
Gazley Posted September 10, 2015 Author Share Posted September 10, 2015 Cheers Guys! Thought I was going crazy. @tsdtsdtsd As LostKobraki mentioned, H1 are OK inside of Article elements. Googlebot is OK with this but BingBot complains like it hasn't ever heard of HTML5 ! 1 Link to comment Share on other sites More sharing options...
tsdtsdtsd Posted September 10, 2015 Share Posted September 10, 2015 @tsdtsdtsd As LostKobraki mentioned, H1 are OK inside of Article elements. Googlebot is OK with this but BingBot complains like it hasn't ever heard of HTML5 ! Oh I didn't know that. That's actually great Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now