views:

60

answers:

1

on this site: http://yoursdproperty.com/index.php?option=com_jumi&fileid=8&Itemid=34

as you can see the white background a little bit of the grey at the bottom is not solid, it stops and then starts over. do you know how smooth it out? alt text

+1  A: 

setting your iframe style like bellow might work as a quick fix, but i think there is a bit of a Code Smell in the page structure.

width: 850px; height: 650px; background-color: white;

EDIT: for the other bits try

<div id="wrapper_2">
  <div id="holder">
    <div id="content" style="background-color: white;">

As for the footer, i think you just need to rethink how you're using the background image.

runrunraygun
that is brilliant but still at the bottom i have a problem with the gray color, please see edited question with picture
I__
i am unable to edit html because it is dynamically generated, i can only edit css
I__
thank you so so much for helping
I__