vijaypal89's blog

By vijaypal89, 10 years ago, In English

why in home page the heading link is clickable from rightmost container?

for example right now home page's first heading is "Codeforces Round #251" on left side, when my cursor is rightmost side[so far to heading], the cursor is clickable, means when i click on rightmost position, it makes some request.

  • Vote: I like it
  • +6
  • Vote: I do not like it

»
10 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Simply because developers inserted block element p into inline element a, if you are interested in details — see picture below :)

Of course it is a thing which usually should not be done, but I do not think it is a horrible problem which require immediate actions from admins.

debugging html with chrome