Page 1 of 1

Template/Layout query

Posted: Tue Mar 04, 2008 11:18 am
by CRNeo
Hi everyone,

New user to cmsmadesimple here and very impressed so far!

Anyway, got lots of stuff working well on my site but I just had a couple of queries about layout as I'm having some problems...
  • I have been developing under Firefox, when the site is viewed in IE it loads up correctly but when you move the mouse for the first time some of the items 'jump' a couple of pixels or so?
  • in the Page section at the bottom there is the bit that says next page/previous page/top etc... I want this to be static at the bottom of every page, so that it doesn't move about when you change pages..
Any help on these 2 problems would be much appreciated !

Thanks

Re: Template/Layout query

Posted: Tue Mar 04, 2008 4:12 pm
by Nullig
The IE 3 pixel jog is usually fixed by including a:

height: 1%;

to your divs.

If you can provide a link to the site, perhaps we can see which elements need the adjustment.

As for the next/prev/top links, you could put them in a separate div and control where it displays via CSS.

Nullig