I\'d like to have something that looks and behaves as hyperlink inside larger rectangle (full page wide) which is also hyperlink. Below there is ASCII-art representation of what
Perhaps this would work?
div.parentBox { position:relative; height:100px; } a.someLink { position:absolute; top:0; left:0; height:100px; } // Now just position the two spans Some Text Link Text