And don't forget to edit your signature & profile.

one9ooh6 wrote:Can anyone please tell me why IE 6 is causing my page to look different thatn IE 8.
sydneycraig wrote:it is because IE6 is rubbish and should not be supported!
sydneycraig wrote::thumbsup:
one9ooh6 wrote:The code I have pasted is for the page div that controls the white space...if you need all of the CSS just let me know. Thanks in advance!
* html #your-div-id {
display: inline;
}imagn wrote:There's a bug in IE6 when it comes to using left or right margins.
Trying adding the following to whatever DIV contains that banner:
- Code: Select all
* html #your-div-id {
display: inline;
}
#wrapper {
width: 890px;
margin: 0 auto;
}
Users browsing this forum: No registered users and 2 guests