Topic: New layout "CSS-ized" (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-26-2003 07:04
I got a little bored this morning and decided to play around with some CSS layouts for a while. Well, one thing lead to another and about 9 hours in front of the computer later... |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 09-26-2003 13:16
Looks good, nice to see another loonie move towards the table free realm |
Maniac (V) Inmate From: out of a sleepy funk |
posted 09-26-2003 15:05 |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-26-2003 15:37
Thanks Jason, fixed that. I was wondering if there was an easy way to do that. |
Maniac (V) Inmate From: under the bed |
posted 09-26-2003 15:42
Looking pretty good. code: <ul>
|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-26-2003 15:45
Thanks DL, I fixed the doctype (looked at your page to see where my error was.) |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 09-26-2003 20:06
You still got one error in the code. On line 53 you got '<a class="piclink" a rel="nofollow" href="javascript:...', there is an a too much in there. |
Maniac (V) Inmate From: California |
posted 09-26-2003 21:17
Also, I noticed that in IE5/Mac, the menu links stick out of the container a little, and hang off the right edge by about 10px or so. Not a big deal, though, and it actually looks kinda neat, even if unintentional. |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-26-2003 21:40
Vene: Thanks, smashed it. |
Maniac (V) Inmate From: under the bed |
posted 09-26-2003 23:11
Odd - I also get that same issue viewing it in Mozilla now. =( code: html>body #menyou {
code: html>body #menyou ul a {
|
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-26-2003 23:26
That's exactly what it was DL. I was just fixing that as you looked probably. I moved some things around a bit when I started playing with the style switcher and totally left off the ul and the a. |