Topic: CSS Bugs... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: your backyard! |
posted 04-08-2005 17:53
I have two problems with this CSS I'm working on. code: dl.gall { float: left; margin: 10px;}
code: #sidebar { position: absolute; width: 300px; left: 0; margin-top: 2.5em;}
|
Maniac (V) Inmate From: under the bed |
posted 04-08-2005 22:22
1) quote:
quote:
|
Paranoid (IV) Inmate From: your backyard! |
posted 04-09-2005 05:56
What I meant was I'm making a mock up of a table layout using lists. It looks like it's got tables but Alt-F3 and WHOA CSS!! Ok so what should I do about the IE not hovering thingy? I tried placing the hover on the a tag but nothing |
Maniac (V) Inmate From: under the bed |
posted 04-09-2005 06:00
If what you want is a table, then you should use a table. |
Paranoid (IV) Inmate From: your backyard! |
posted 04-09-2005 06:10
WILL DO!! code: <dl class="gall">
|
Maniac (V) Inmate From: under the bed |
posted 04-09-2005 14:42
using this setup works for both firefox and ie - code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
Paranoid (IV) Inmate From: your backyard! |
posted 04-09-2005 20:41
Tahnks helpful |