|
Posted by Chris F.A. Johnson on 05/23/07 08:25
On 2007-05-23, Mohawk Mawk wrote:
> ok
> 1. the marquee tag will be gone, its just a placeholder.
What marquee tag?
This is Usenet, not Google Groups. Please quote enough relevant
material so that people know what you are talking about.
> 2. the a element is a inline element and has no surface like a block
> element mister smarty pants.
You can make it a block element with CSS (though I doubt that
that's necessary).
> 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?
No. There is none.
> 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%; }
Why are you using a table for non-tabular material?
> 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
Please explain what you want. It's not clear from your post or your
web page.
> why should this cause an error in the validation?
It's like wearing your shoes inside your socks.
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
[Back to original message]
|