Posted by Mohawk Mawk on 05/23/07 07:49
ok
1. the marquee tag will be gone, its just a placeholder.
2. the a element is a inline element and has no surface like a block
element mister smarty pants.
just so you can see what i mean i have uped the new code
http://bjorntoday.com/?page=Imprint&lang=E
notice any difference between the "Picture Blog" and "Picture Archive"
buttons?
HTML
<td><a href="?page=Home&lang=E" class="link">Picture Blog</a></
td>
<td><a href="?page=Gallery&lang=E"><div class="link">Picture
Archive</div></a></td>
CSS
.link{width:100%;height:100%; }
the "Picture Blog" button is only clickable on the text, even though
it has the same class as the DIV, witch is fully clickable around the
text.
and that is why i need a block element like div in an inline element
why should this cause an error in the validation?
Navigation:
[Reply to this message]
|