Template/Layout query

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
CRNeo

Template/Layout query

Post 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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Template/Layout query

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”