[Pydotorg-redesign] HTML version of design
Walter Dörwald
walter at livinglogic.de
Fri Jul 18 22:49:39 EDT 2003
Matt Goodall wrote:
> Hi,
>
> There's now a link on the wiki to an HTML version of the design we came
> up with. Here's the link again:
>
> http://www.pollenation.net/assets/public/index.html
>
> It's not been tested in the full range of browsers yet but that's
> something we can fix if there's enough interest. It should degrade
> nicely for the older and text only browsers already.
Thanks!
There's one XHTML problem: You're using <div> inside of <a>s,
which isn't allowed by the XHTML DTD. But you can simply drop the
<div>s and put "display: block" into the style for the links.
Older browsers must then be forced to treat the links as block
level elements. This can be done by simply putting the <a> inside
a <div>.
Bye,
Walter Dörwald
More information about the Pydotorg-redesign
mailing list