Connecting Tech Pros Worldwide Forums | Help | Site Map

How to do this menu in CSS ?

Justin Sane
Guest
 
Posts: n/a
#1: Jul 21 '05
I have to convert this layout into XHTML/CSS:
http://www.auriance.net/docs/tmp/engesand.png
Do you see the left menu with text + icons? How would you convert this
menu in CSS? I'm thinking about using list items, but it looks quite
difficult, as I can only draw imaginary rectangles to make areas
clickable...
How would you do?

--
Thanks,

Justin.
http://www.opera.com/mail/
Roderik
Guest
 
Posts: n/a
#2: Jul 21 '05

re: How to do this menu in CSS ?


Justin Sane wrote:[color=blue]
> I have to convert this layout into XHTML/CSS:
> http://www.auriance.net/docs/tmp/engesand.png
> Do you see the left menu with text + icons? How would you convert this
> menu in CSS? I'm thinking about using list items, but it looks quite
> difficult, as I can only draw imaginary rectangles to make areas
> clickable...
> How would you do?
>[/color]

Listitems seem to be somewhat overkill here. I think links and images
are the most appropriate for the menu.
David Dorward
Guest
 
Posts: n/a
#3: Jul 21 '05

re: How to do this menu in CSS ?


Roderik wrote:
[color=blue][color=green]
>> I have to convert this layout into XHTML/CSS:
>> http://www.auriance.net/docs/tmp/engesand.png[/color][/color]
[color=blue]
> Listitems seem to be somewhat overkill here.[/color]

Why? Its a list, how is it overkill to *say* its a list?

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Spartanicus
Guest
 
Posts: n/a
#4: Jul 21 '05

re: How to do this menu in CSS ?


"Justin Sane" <me@privacy.net> wrote:
[color=blue]
>I have to convert this layout into XHTML/CSS:
>http://www.auriance.net/docs/tmp/engesand.png
>Do you see the left menu with text + icons? How would you convert this
>menu in CSS? I'm thinking about using list items, but it looks quite
>difficult, as I can only draw imaginary rectangles to make areas
>clickable...
>How would you do?[/color]

Rough example: http://homepage.ntlworld.com/spartanicus/engesand.htm

--
Spartanicus
Justin Sane
Guest
 
Posts: n/a
#5: Jul 21 '05

re: How to do this menu in CSS ?


On Wed, 15 Jun 2005 05:57:41 -0300, Spartanicus <invalid@invalid.invalid>
wrote:
[color=blue]
> Rough example: http://homepage.ntlworld.com/spartanicus/engesand.htm[/color]

Pretty good, indeed :)
CSS is all about creativity :D
Thanks!

--
Thanks,

Justin.
http://www.opera.com/mail/
Closed Thread