I'd guess you have a padding issue, possibly combined with percentages
for widths which can be interpreted differently from browser to
browser.  Check the styles of the body and html tags.

On Sep 23, 5:22 am, Daniel Hofstetter <[email protected]> wrote:
> Hi,
>
> If I visit the following page with Konqueror (4.3.1), I get for some
> reason a horizontal scrollbar, whereas in Firefox there is no such
> scrollbar.
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml";>
>   <head>
>     <title>A title</title>
>     <link href="/stylesheets/screen.css" media="screen"
> rel="stylesheet" type="text/css" />
>   </head>
>   <body>
>     <div class="container">
>       <div class="span-24">
>         <p>hello world</p>
>       </div>
>     </div>
>   </body>
> </html>
>
> Anyone an idea how to avoid this unwanted scrollbar?
>
> Thanks,
> daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to