Header issue with cell padding

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Jerry
New Member
New Member
Posts: 6
Joined: Fri Oct 17, 2008 2:32 am

Header issue with cell padding

Post by Jerry »

Hi and thanks for any help I may receive
After enabling margin and padding in Layout: Top menu + 2 columns CSS, and then adding any table with cell padding (I use 4px for example with FCKeditorX) to an active content page... magically appears is a margin/gap that will show up on top of the header in FF3.0.3 but not in IE7. I can reinstall and create this every time with no other CSS or template edits. I have been up for 2 nights working at this with no success and I am fairly ok at understanding some code but not really great with CSS yet.
see below image for better understanding


/edit/
forgot to add that a border on the wrapper is also required to make this happen
/* center wrapper, min max width */
div#pagewrapper {
   border: 4px ridge black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;;
   color: black;
}

CMS Made Simple 1.4.1 (new install)

Image
Last edited by Jerry on Fri Oct 17, 2008 2:39 pm, edited 1 time in total.
Post Reply

Return to “CMSMS Core”