Topic: no more positioning...but more questions... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 06-08-2006 18:28
Ok, here ya go, no positioning except for the initial "main" id that contains the entire page and creates the white background color: |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 06-08-2006 18:57
ok, scratch #2...margins can be negative, doesn't give me the same amount of space in IE and FF but it works well enough, linked file has been updated. |
Lunatic (VI) Inmate From: under the bed |
posted 06-08-2006 19:24
For the bullets, use this method: http://css.maxdesign.com.au/listamatic/vertical05.htm |
Lunatic (VI) Inmate From: under the bed |
posted 06-08-2006 19:33
As for the margin on the #news h3 - don't forget about the margin on the #news p, and the padding on both! code: #news p { margin:0 .25em 1em .25 em; padding:0 .5em; }
|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-08-2006 20:13
I would also use a list for your main navigation, that is more semantically correct. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 06-08-2006 20:14
I would also remove the top image based display of the location and turn it into a text based display. Not being able to copy and paste contact information has to be one of my biggest peeves. |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 06-08-2006 23:35
thanks guys. and DL, that last attempt frustrated me so much this is my first attempt with CSS since then |
Lunatic (VI) Inmate From: under the bed |
posted 06-09-2006 01:18 |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 06-09-2006 23:08
I'm glad my pain could be useful seriously though, i greatly appreciate all your help on this. |
Maniac (V) Inmate From: Boston, MA, USA |
posted 06-10-2006 14:13
Hey Fig. Looks pretty sharp. Watch out for the double |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 06-12-2006 15:55
Thanks Steve, and good point, i'll change that to a class. are there any solid rules for id's vs classes? |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 06-12-2006 16:44
and i fixed the nav problem...but i don't know how |
Lunatic (VI) Inmate From: under the bed |
posted 06-12-2006 18:59
quote:
|
Nervous Wreck (II) Inmate From: Philthadelphia |
posted 06-13-2006 19:12
that maxdesign website is great... even though I didnt need them right now its superb info thanks dl |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 06-26-2006 16:09
ok, i'm getting better at this: |
Paranoid (IV) Mad Scientist From: Houston, TX, USA |
posted 06-26-2006 17:34
ok, better, i realize one error i was making was that i was using an ID tag multiple times: |