The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
similar to http://devnull.tagsoup.com/fixed/horizontal.html, but centered.
[edit]http://www.fu2k.org/alex/css/frames/scalablefixed
better example, but prefer it without the equation: -
margin-left: expression( ((document.documentElement.clientWidth - (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 30 )) / 2) + 'px') ;
As Ie blocks the code executing, and it breaks the layout.
It's driving me mental.
> Correct DTD?
Unsure. It's even bugged on the originating site. Well, with IE6 anyway. Damn. I need pixel perfection an all elements. :)
> Pandaemonium wrote:
> Perfect. Thanks. :D
>
> Arg! bugged in ie6 though, header and footer are a pixel to the
> right; grrr. :D
Correct DTD?
> Perfect. Thanks. :D
Arg! bugged in ie6 though, header and footer are a pixel to the right; grrr. :D
> Ah ha... CSS Frames:
>
> http://www.456bereastreet.com/lab/cssframes/
Perfect. Thanks. :D
http://www.456bereastreet.com/lab/cssframes/
similar to http://devnull.tagsoup.com/fixed/horizontal.html, but centered.
[edit]http://www.fu2k.org/alex/css/frames/scalablefixed
better example, but prefer it without the equation: -
margin-left: expression( ((document.documentElement.clientWidth - (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 30 )) / 2) + 'px') ;
As Ie blocks the code executing, and it breaks the layout.
It's driving me mental.