Re: [css-d] Help with 3rd column in IE8

2011-09-16 Thread David Laakso

On 9/16/11 3:03 PM, Coleen Holley wrote:

I have a website that works perfectly in IE8 Compatibility mode, Firefox,
Chrome, Opera and Safari, but in IE8 I get a "bleed" or "overflow" effect -
you will have to view this in IE8 non-compatibility mode to see what I am
referring to: http://www.aheartbreakinghchoice.com


Coleen



Coleen,

Validate both the CSS and markup. If this does not resolve the issue 
please do bring it back to the list.


Best,
~d
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Help with 3rd column in IE8

2011-09-16 Thread Lesley Lutomski

On 16/09/11 20:22, David Laakso wrote:

On 9/16/11 3:03 PM, Coleen Holley wrote:

http://www.aheartbreakinghchoice.com

Can anyone offer me any assistance with why I am getting this overflow
effect in IE8 only? Here is my CSS for that section:

Coleen



3:24p

Server not responding.

~d


There's a stray h in that URL - should be 
http://www.aheartbreakingchoice.com


No IE8 here, so that's all the assistance I can offer just now.

Lesley

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Help with 3rd column in IE8

2011-09-16 Thread David Laakso

On 9/16/11 3:03 PM, Coleen Holley wrote:

  http://www.aheartbreakinghchoice.com

Can anyone offer me any assistance with why I am getting this overflow
effect in IE8 only? Here is my CSS for that section:

Coleen



3:24p

Server not responding.

~d
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Help with 3rd column in IE8

2011-09-16 Thread Coleen Holley
I have a website that works perfectly in IE8 Compatibility mode, Firefox,
Chrome, Opera and Safari, but in IE8 I get a "bleed" or "overflow" effect -
you will have to view this in IE8 non-compatibility mode to see what I am
referring to: http://www.aheartbreakinghchoice.com

Can anyone offer me any assistance with why I am getting this overflow
effect in IE8 only? Here is my CSS for that section:

div#sidecol
{
background-position: center top;
padding: 10px 20px 10px 5px;
width: 15%;
float: right;
margin-left: 5px;
background-image: url('../Images/BrokenHeart4.png');
background-repeat: repeat-y;
height: 100%;
}

Any help would be greatly appreciated.

Thanks,

Coleen
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/