M marring Member Nov 30, 2012 #1 I'm modify style on TMS, and after some mini modify template, the header jump to end of page. I don't modify anything in header, just some tiny in css... I tried to rebuild template but it does not fixed bug. Anyone got my problem?
I'm modify style on TMS, and after some mini modify template, the header jump to end of page. I don't modify anything in header, just some tiny in css... I tried to rebuild template but it does not fixed bug. Anyone got my problem?
H HWS Well-known member Nov 30, 2012 #2 You should not delete the "headerProxy" div.... Upvote 0 Downvote
M marring Member Nov 30, 2012 #3 Thanks for your quick reply! But I don't. It's still there: <div id="headerMover"> <div id="headerProxy"></div> <div id="content" class="forum_list"> Click to expand... Upvote 0 Downvote
Thanks for your quick reply! But I don't. It's still there: <div id="headerMover"> <div id="headerProxy"></div> <div id="content" class="forum_list"> Click to expand...
Jake Bunce Well-known member Dec 8, 2012 #4 marring said: I'm modify style on TMS, and after some mini modify template, the header jump to end of page. I don't modify anything in header, just some tiny in css... I tried to rebuild template but it does not fixed bug. Anyone got my problem? Click to expand... This is usually the result of an unclosed or extra <div>. Go back and review your code. Make sure all of your <div> tags are complete (have both <div> and </div>). Upvote 0 Downvote
marring said: I'm modify style on TMS, and after some mini modify template, the header jump to end of page. I don't modify anything in header, just some tiny in css... I tried to rebuild template but it does not fixed bug. Anyone got my problem? Click to expand... This is usually the result of an unclosed or extra <div>. Go back and review your code. Make sure all of your <div> tags are complete (have both <div> and </div>).