Search code examples
jqueryhtmlcsslivepreview

a problem with css postioning while live typing?


i have this problem, im using live preview, while the user is typing they get to see thier text using jquery, but when the users starts typing it plays up with the divs around and starts to go crazy, i just want the whole page to be static while the user is typing,

the page is http://www.kornar.co.uk/customise.php

just start styping in the kornar Title Field!, and see what happens

thanks for the support!


Solution

  • For h1.kornarTitle, remove:

    float:left;
    

    and replace with:

    text-align:left;