Posted by BootNic on 04/13/06 05:44
> "Joe" <joedinmore@yahoo.com.au> wrote:
> news:MPG.1ea834fe1f79e439989697@news.aardvark.net.au....
>
[snip]
> Can someone please help me get rid of the horizontal scroll bar
> that is visible in IE?
http://jigsaw.w3.org/css-validator/
Class recipe text-align: justify;
Remove that text-align and it resolves the problem.
If you wish to use the text-align: justify; fix the text in the divs. Put the text
in a paragraph instead of using <br>.
Then you can use:
..recipe {
background: #fefefc;
color: #000;
font-family: sans-serif;
margin:1em 2em 1em 2em;
padding: 1em;
border: 1px groove #aa3;
}
..recipe p{
text-align: justify;
}
--
BootNic Wednesday, April 12, 2006 10:43 PM
A conclusion is the place where you get tired of thinking.
*Arthur Bloch*
Navigation:
[Reply to this message]
|