In my website I use CSS3 media queries for different styles on mobile. Then in my HTML code I add some div
to show only in mobile device that duplicate another div
that I hide.
In W3C validation it is an error, with "Duplicate ID".
But the ID not is duplicate because one of this is hidden.
How can I resolve this problem?