[css-d] bunch of ie problems

2006-08-03 Thread Brian Cummiskey
I'm nearing completion on a client website, but i keep running into numerous IE6 problems. The site runs and looks perfect in firefox. It is build off a highly modded wordpress install. Rounded corners: after some scrolling where the top portion of the page is out of view, sometimes IE will

Re: [css-d] bunch of ie problems

2006-08-03 Thread Gunlaug Sørtun
Brian Cummiskey wrote: Rounded corners: after some scrolling where the top portion of the page is out of view, sometimes IE will display it fine, others it will push the rounded corners out some, leaving a gap. Other times, the corners stay put, but a blue bar fills the top margin area.

Re: [css-d] bunch of ie problems

2006-08-03 Thread Brian Cummiskey
Gunlaug Sørtun wrote: #page {position: relative;} regards Georg Thanks Georg. This seems to have helped out greatly. Its not perfect, but its much better than it was. __ css-discuss [EMAIL PROTECTED]

Re: [css-d] bunch of ie problems

2006-08-03 Thread Tom Keenan
Brian, First thing I always do is to try to validate the (x)html and css. Your xhtml validated but your css generated the following errors: Errors URI : http://www.mtcues.com/beta/wp-content/themes/mtcuestheme/style.css * Line: 569 Context : #catnav Invalid number : display

Re: [css-d] bunch of ie problems

2006-08-03 Thread Brian Cummiskey
Hi Tom, * Line: 569 Context : #catnav Invalid number : display inline-block is not a display value : inline-block * Line: 576 Context : #pagenav These were the hacks Holly suggested to fix the HASLAYOUT IE bug on the nav bars. Invalid number : display

Re: [css-d] bunch of ie problems

2006-08-03 Thread Holly Bergevin
From: Brian Cummiskey [EMAIL PROTECTED] From: Tom * Line: 569 Context : #catnav Invalid number : display inline-block is not a display value : inline-block * Line: 576 Context : #pagenav These were the hacks Holly suggested to fix the HASLAYOUT IE bug on the nav bars.