I have try hard to find the solution between two of this css I use standar syntax for cross browser problem Here the site : for the ie : http://tradeshowscoop.com/wp-content/themes/Tradeshowscoop/iestyle.css and for the FF : http://tradeshowscoop.com/wp-content/themes/Tradeshowscoop/style.css The problem in the header section. I cant manage the height of header and adsense box in IE. And in FF, the problem is the height between the adsense box and the content. I have try lot , Maybe sombosy knew the problem for this before Thanks for the help. Regards Leksa
Show us the actual page as well please! and explain what the actual problem is fully, it's hard to understand. I'm looking at this page assuming it's the one: http://tradeshowscoop.com/ If you want to make the blog network box the same as the content you need to give it a top margin of the same size.
Well, first off you're use of 'nifty corners' is invalid code, because you're using an ID more than once - ID's are supposed to be unique... With 34 validation errors and more inlined presentation than you can shake a stick at, cross browser is the least of your problems. Of course, resorting to multiple stylesheets is also likely a hefty part of the 'failure' since you're just making it harder to maintain and debug. Not that I expect a whole lot out of a turdpress template when it comes to valid HTML/CSS in the first place. BUT, the real issue is you are relying on manually setting the height alongside some floats, when you should probably be using overflow:hidden instead to make the height of the container dynamic.... possibly axing at least two of the DIV's, maybe more.
I have small problem about the header section and RSS box. As you can see in the Moz, the RSS box have a lot of margin to the bottom. i want it have similar space like the top margin on it. I have tried to check, and put some css, but the bottom margin still like that. And in IE, the problem comes from the RSS box to the margin top, huge space between the header and the RSS box.. I have supplied the css,.. both of them IE and Moz. Yes, Crimsonc, the site http://tradeshowscoop.com/ Thank for the reply Regards Leksa
Thx Deadshadow,.. Thats mean much for me.. Because i'm still learning of this much much better.. Basicly i usually plan to review the valid after the coding finished. But you give new perspective to me. Thanks a lot. I will try it. Regards,..