Stuat,

On Mar 26, 2006, at 10:03 AM, Stuart King wrote:

> http://www.merlotfightsback.com
>
> Safari and Firefox (mac)
> All pages: the footer bottom is slightly separated from the background
> image (fauxBar4)
You have a 10px bottom margin for paragraphs.  This is 'sticking out' 
of #content at the bottom.  Change it to margin: 10px 0 0; and it will 
close the gap.  You might want to add padding-bottom: 10px; to give a 
little white space at bottom of the last paragraph.

> What's your opinion page: there is no bottom footer bk image (fauxBar2)
There are several errors in the css and the html.  Fixing them will 
solve most of the problems you are encountering.

> All versions:
> the feedback.php does not work.
This isn't working, partly because of the invalid html.  There is no 
input type="email" and the textarea element doesn't get a closing />  
It is written as: <textarea id="comments" name="comments" rows="4" 
tabindex="30"></textarea>  Fixing php errors is off-topic for this 
list, but if you want to email me the code off-list, I'd be happy to 
take a look.

hth
-- 
Roger Roelofs
"Remember, if you’re headed in the wrong direction,
        God allows U-turns!"
          ~Allison Gappa Bottke
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to