|
Posted by Jonathan N. Little on 11/26/90 11:53
Dario wrote:
> Gday,
>
> I've a little little problem. I tried to use a pull quote inside my
> website.
> I created a <div>, for pull quote, called VIRGOLETTE2 with all kinds
> of proprieties like float etc... This is the code:
Works for me Seamonkey (Firefox), IE and Opera. You should post a URL
because what maybe causing the error might not be in the snippet you
copied here. If we see it in situ we may find it.
>
> .virgolette2 {
> background: #ffe60f url(../images/virgolette4.png) no-repeat left top;
> padding: 5px 5px 5px 35px;
> float: left;
> margin-right: 8px;
> width: 145px;
> font-family: Courier New;
TIP: 2 word font should be quoted "Courier New"
> line-height: 14pt;
> font-size: 10pt;
TIP: Points are for printing not for 'display' use % or 'em'
> position:relative;}
TIP: Not needed "relative" is default unless previously defined otherwise
>
> and code for my <p> article text
>
> p.articolo { color: #51646B;
> font-family: Georgia, "Times New Roman", Times, serif;
> font-size: 15px;
TIP: Pixels will not scale in IE use % or 'em'
<snip>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|