|
Posted by BootNic on 11/17/81 11:29
> "news@celticbear.com" <news@celticbear.com> wrote:
> news:1129302178.828433.129270@o13g2000cwo.googlegroups.com....
>
> I'm having a heck of a time, and I'm hoping someone can take a quick
> look and see if they can recognize what might be the problem and point
> me the right direction.
>
> My blog page: http://www.celticbear.com/weblog/ looks fine in Firefox
> and Opera, but in IE6, the main body block positions itself below the
> left menu bar.
>
> I've W3C validated the XML Schema, HTML, and CSS and fixed a couple of
> errors and all three now give me a "valid" indicator.
>
> I've used the Developer Tools extension in Firefox to look at the
> block info, and saw a redundant element I took out. Otherwise, I
> can't find where the problem lies.
>
> I've changed font, margin, padding, and width all over the stylesheet,
> and can't seem to effect any improvement.
>
> Anyway, I'm new to CSS, so I'm hoping someone can take a quick look
> and know right off "Ah, you appear to have a problem with the
> catalytic converter! Check that." Just a good clue, a direction, is
> all I need, if possible.
I think you may find that your problem is in the blockquote style.
Don't set the padding on top or bottom and I think you will resolve
your current problem.
blockquote {
background: #efe4ca;
color: #4f4636;
border-left: 6px solid #7f7157;
padding-left:10px;
padding-right: 5px;
}
If you must have the padding on top or bottom of the blockquote
change them to a div and set your style to mimic the blockquote.
--
BootNic Saturday, October 15, 2005 4:10 AM
Laughter sets the spirit free to move through even the most tragic of circumstances. It helps us
shake our heads clear, get our feet back under us, restoring our sense of balance and purpose. Humor
is integral to our peace of mind and to our ability to go beyond survival.
*Captain Gerald Coffee POW in Vietnam for seven years*
Navigation:
[Reply to this message]
|