Jak-S
05-04-2006, 09:43 AM
Hi
I’ve got a problem in IE where it's cutting off the top of some text, it works perfectly in FF.
The quotation marks are in spans which are absolutely positioned. If I turn the absolute positioning off they render fine, but that’s no good because I don’t want them inline with the text.
Does anyone have any ideas? I can’t post a link because the sites not live yet, but here is the css for the spans, and attached is an image of what it looks like in FF and IE:
blockquote span.mark {
color: #ff9900;
font-size: 3em;
position: absolute;
font-family: Arial, Helvetica, sans-serif;
}
blockquote span.open {
top: 20px;
left: 10px;
}
blockquote span.close {
bottom: 33px;
right: 10px;
}
Thanks in advance
Jack
I’ve got a problem in IE where it's cutting off the top of some text, it works perfectly in FF.
The quotation marks are in spans which are absolutely positioned. If I turn the absolute positioning off they render fine, but that’s no good because I don’t want them inline with the text.
Does anyone have any ideas? I can’t post a link because the sites not live yet, but here is the css for the spans, and attached is an image of what it looks like in FF and IE:
blockquote span.mark {
color: #ff9900;
font-size: 3em;
position: absolute;
font-family: Arial, Helvetica, sans-serif;
}
blockquote span.open {
top: 20px;
left: 10px;
}
blockquote span.close {
bottom: 33px;
right: 10px;
}
Thanks in advance
Jack