As per usual the answer was sitting right in front of me.
I just removed the left margin and added the 115px of left padding.
I was looking at it all morning.
Finally Resolved.
On Thu, 30 Dec 2004 14:26:30 +0100, Dan <[EMAIL PROTECTED]> wrote:
> Hello everyone seasons greetings to you all.
>
> I have a small problem in, you guessed it, IE. I have a wrapper div
> which a bg image pushed to the top left and is 115px wide. Nested in
> tha, wrapper, div is a container div with a left margin of 115px
> which is there in order to reveal the image on the left. The problem
> lies in that in FF and Opera the container div is moved 115px to the
> left but in IE it is pushed right up against the left side of the
> browser window.
>
> CSS:
> #wrapper {
> background: url(../images/bgleft.jpg) no-repeat left top;
> margin: 0px;
> padding: 12px 0px 0px;
> }
> #container {
> background: #FFF;
> border: 3px solid #473822;
> border-bottom: none;
> margin: 0px 20px 0px 115px;
> padding: 4px 3px 3px 0;
> width: 751px;
> voice-family: "\"}\"";
> voice-family: inherit;
> width: 763px;
> }
>
> Markup:
> <div id="wrapper">
> <div id="container">
> <!--- ...... -->
> <!--- ...... -->
> </div>
> </div>
>
> Any body know whats going on here, or could point me in the right
> direction to a article on this type of thing?
>
> Thanks
> Dan
>
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************