> I'm using IE and Opera on it now.
>
> It's gotta be the list. IE puts extra padding in there, but you've set it
> all to 0. Looks to me like it should be working. Hmm... try setting
> line-height on the li elements. Shot in the dark.
Thanks for the suggestion. I tried specifying the height of the li elements
manually in the link now called "Manual style override" but this still
didn't work. Having seen another reply to my message, I'm now doing it the
way w3.org are, and it's working much better. The only reason I chose lists
was because of this article I saw:
http://www.alistapart.com/articles/slashdot/
> And I cannot figure out the reason the a link is smaller. Try making some of
> the other list items links, see if that's it. Try zeroing out margins and
> padding on the div.linkbox a selector.
>
> But what I do notice... and knowing you're new to CSS...
I'm not new to CSS, but I am new to trying to do everything in CSS to avoid
using tables to space everything out
> 1) Why more than one h1? Pick one to be the h1, make the others h2, it'll
> look better in text. Only one h1 per page. And don't include the crumbs in
> the h1. You can style them to look like it, but they're not really part of
> the heading, are they?
I was intending to put the crumbs in H1 - mainly because no matter how much
time I spend trying to create a heading it just looks stupid and since I
have no artistic talent, I though "to hell with it, I'll just make the
breadcrumbs my heading" ...for now, at least.
> 2) In the text version, all lowercase headers sometimes looks dumb, though
> it works great in your CSS layout. If you agree, type it with normal
> capitalization and style it {text-transform: lowercase;}.
I'll try that soon. Thanks.
> 3) Put your style element within the head element. It's not valid XHTML
> unless they're in up there.
done. It was linked before I uploaded it and only made it an inline style to
make it easier for any good samaritan to quickly see what I was doing
without having to access the stylesheet separately.
Harlan Messinger - 31 Dec 2003 14:56 GMT
> > I'm using IE and Opera on it now.
> >
[quoted text clipped - 28 lines]
> have no artistic talent, I though "to hell with it, I'll just make the
> breadcrumbs my heading" ...for now, at least.
The logical main heading of the page is "Subcategory". You can use whatever
font, effects, and letter spacing you want for it. You don't need to be an
artistic genius for this!