Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Problem with BlockQuote graphic on website
I’ve been using a blockquote graphic on my website for some time.
It’s been working fine.
Suddenly for no reason I can find (I haven’t changed the code/CSS) the top rh corner of the ‘speech bubble’ is missing.
If you click to examine the background image it appears as it should.
Anyone got any ideas what is causing the rh corner to disappear?
There is a quote below the articles on the first page of my website.
Thanks
Geoff
Last edited by geoff777 (2008-09-21 10:37:53)
There are 10 types of people in the world: those who understand binary, and those who don’t.
Offline
Re: Problem with BlockQuote graphic on website
you have a css rule:
blockquote {width:80%; padding-left: 30px; }
so the blockquote is actually narrower than the image.
if you delete the width it looks like it should.
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
Re: Problem with BlockQuote graphic on website
Thanks Kemie,
No idea wen or why I put in that CSS rule.
:)
Must have been at 3am after a long day …
There are 10 types of people in the world: those who understand binary, and those who don’t.
Offline