[TYPO3-english] On shift-refresh, Page shifts right and then left

Christopher Torgalson bedlamhotel at gmail.com
Sat Apr 17 02:57:12 CEST 2010


Hi there,

On Fri, Apr 16, 2010 at 5:42 PM, Dave Kennedy <davek1802 at gmail.com> wrote:
> Hi,
> http://www.dksy.net/bbd/typo3-dummy/home.html
>
> This page shifts right and then left when refreshed with shift-refresh.
> It seems to be related to the header image.
> If the header is removed the page does not shift
>        <div id="header">
>            <div id="logo">
>                <a href="home.html"> <img src="extfiles/images/bbd-www.jpg"
> border="0" alt="BBD"></a>
>            </div>
>        </div>
> Any help would be greatly appreciated.
> Thanks
>
> #header
> {
>    position: relative;
>    height: 150px;
> }
>
> #logo
> {
>    position:absolute;
> }


Probably this is caused by a scrollbar appearing in the browser window
when the page finishes rendering.

The questions you've asked today are not really TYPO3-related. For
answers to those sorts of questions, I'd recommend a web-development
forum with a broader focus such as e.g. http://www.webmasterworld.com.

As a general rule when developing with a CMS such as TYPO3, you need
to figure out the HTML and CSS before you begin working with the CMS.
That allows you to determine whether any errors you encounter are
HTML/CSS problems or issues directly connected to the CMS. Once the
basic HTML and CSS are built, you can go to work getting TYPO3 to use
your templates (this is definitely the best place to ask questions
about that part!)


-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list