Blockquote and IE problems

Feb 20, 2009 01:18

Hai guys,

I recently decided to make a custom style out of Expressive theme.  I read and studied previous entries with some of my questions that have been answered already and they were very helpful indeed.  Except for a few things I really don't know where I am doing wrong.

First thing, I am a Plus account user, and used Subway White as base theme ( ( Read more... )

bug:browser issues, entries:blockquotes, entries:timestamp

Leave a comment

Comments 6

av8rmike February 19 2009, 18:08:12 UTC
"font-color" isn't a valid CSS specifier. You want "color". Looks like you use both in various places.

This line should change the spacing under the post title:
h2.page-header2 { margin-bottom: 5px}

I can't support IE6 because I don't have access to it anymore. I don't understand what is and isn't working in your stylesheet.

Reply

dukesawolf February 20 2009, 08:34:05 UTC
Yayz!

I got it fixed. My bad about the "font-color" specifier. I have been working on the script that I didn't realize I placed font-color instead of just "color".

Ah, IE6 problem, never mind that. :)

One last thing, I think I may be misunderstanding what the blockquote is. Isn't the blockquote, the parts of text or a paragraph in an entry that is indented?

Reply

av8rmike February 20 2009, 13:55:55 UTC
"Blockquote" means text that's in a element. Usually it's rendered as indented, but that depends on the browser and stylesheet.

Reply

dukesawolf February 21 2009, 04:11:13 UTC
Oh.

What about those indented paragraphs? IS it possible to have the font color change automatically without me having to select everything and change the color manually?

Reply


Leave a comment

Up