with and without stylesheet
Posted: Fri, 2007-09-14 16:31
Here's my site with a stylesheet
and here's it
without stylesheet
It doesn't exactly degrade well without one.. Anyone any tips on how I can improve it without?
Thanks.
Posted: Fri, 2007-09-14 16:31
Here's my site with a stylesheet
and here's it
without stylesheet
It doesn't exactly degrade well without one.. Anyone any tips on how I can improve it without?
Thanks.
Moderator
Posts: 6781
Joined: 2004-05-01
Location: Brisbane
You've got divitis.
Posted: Sat, 2007-09-15 05:44
You've got divitis. Addressing the points in that article will help but probably the main thing to do is put all your lists of navigation items in unordered lists.
How to get help
tags.
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use
My articles | CSS Reference
Regular
Posts: 39
Joined: 2006-06-06
Hi I just tried to replace
Posted: Sat, 2007-09-15 08:25
Hi I just tried to replace the top navigation buttons with a list and the list appeared to the right of the two top banners. Didn't look very graceful or is that just the norm or should I use a line break or something?
Moderator
Posts: 6781
Joined: 2004-05-01
Location: Brisbane
mickycss02 wrote:Hi I just
Posted: Sat, 2007-09-15 12:16
Well obviously you're going to have to amend your CSS.
How to get help
tags.
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use
My articles | CSS Reference
Regular
Posts: 39
Joined: 2006-06-06
Hi Tyssen, Read the article
Posted: Sun, 2007-09-16 08:16
Hi Tyssen,
Read the article with interest and I'm working on improving the css.
One extra question I do have is how can I accomodate the logo and the banner at the top.
Both the logo and banner need to be links. Have you any suggestions?
Moderator
Posts: 6781
Joined: 2004-05-01
Location: Brisbane
Well they can both still be
Posted: Sun, 2007-09-16 22:29
Well they can both still be wrapped in anchors, but they'd also be better presented in heading or paragraph tags as well.
How to get help
tags.
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use
My articles | CSS Reference
Regular
Posts: 39
Joined: 2006-06-06
Hi Tyssen, Do you mean two
Posted: Mon, 2007-09-17 07:46
Hi Tyssen,
Do you mean two headings or two paragraphs with a fixed width and that float?
Moderator
Posts: 6781
Joined: 2004-05-01
Location: Brisbane
On your home page you'd
Posted: Mon, 2007-09-17 08:47
On your home page you'd probably use a h1 and h2 and on internal pages change them to paragraphs (or divs) with the headings being reserved for the main headings on the page.
How to get help
tags.
Post a link. If you can't post a link, post ALL your code, both HTML & CSS. No server-side code; just the code sent to the browser.
Use
My articles | CSS Reference
Regular
Posts: 39
Joined: 2006-06-06
very interesting, and the
Posted: Mon, 2007-09-17 09:11
very interesting, and the paragraphs or (divs) should be fixed width and float?