Topic: Making it tableless, (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Wales |
posted 02-20-2006 00:39
http://www.concieted-smile.co.uk/layout2/ |
Maniac (V) Mad Scientist From: :morF |
posted 02-20-2006 03:58
Okay, a question, and a statement: |
Paranoid (IV) Inmate From: Florida |
posted 02-20-2006 08:43
You have a gimpy doctype declaration - see my post in your other thread. |
Paranoid (IV) Inmate From: Wales |
posted 02-20-2006 09:56
I want |
Bipolar (III) Inmate From: Australia |
posted 02-20-2006 14:53
Generall its good to use lists for menus and style that. code: <ul class="navmenu"> <li>Home</li> <li>About</li> </ul>
code: .navmenu ul {display:block; list-items-style:none;} .navmenu li a:hover{blah}
|
Paranoid (IV) Inmate From: Wales |
posted 02-21-2006 02:06
That isn't relivant to the issue with the graphics not lining up. |
Maniac (V) Mad Scientist From: :morF |
posted 02-21-2006 05:06
Well, it is, in a peripheral way. The best way for you to be doing your navigation menu, not using tables, is to arrange it using styled unordered lists. There's a million articles on getting this done, but the best ones (in my opinion) are the "taming Lists" articles on A List Apart.
|
Lunatic (VI) Inmate From: under the bed |
posted 02-21-2006 05:40
quote:
|
Maniac (V) Mad Scientist From: :morF |
posted 02-21-2006 11:26
Oh, and I didn't have time to add this in my last post, but if you float all three of those image elements to the left and increase the width of the spans that surround them (why, exactly, do you have spans around each image, again? The styles they contain could easily be applied to the images themselves) so that they contain the actual pixel size of the image, not an arbitrary percentage; which will be different depending upon the size of the browser window and the resolution of the user's computer -- pretty much guaranteeing that they'll never line up how you want them to. |