Looking for relevant Development Whitepapers? Visit the SearchWinDevelopment.com Research Library.
LoganGoesPlaces | May 27 2008 2:37PM GMT
I am using HTML and an external CSS stylesheet. The content box is just a div with the usual border styles applied to it. The content inside of the content div is generated with PHP. What solution would you recommend? I take it there is no way to just tell it which way to display. If the solution was to create the border manually by positioning divs with borders inside my content box, I would rather not do it and would just settle with it displaying differently.
BrentSheets | May 27 2008 2:54PM GMT
Developing for Internet Explorer can be frustrating. Are you styling the DIV? You may wish to enclose your PHP content in a paragraph and style that instead of the DIV. That can be a workaround depending on what you’re trying to do. Why don’t you post your CSS, so we can see it. Thanks.
BrentSheets | May 27 2008 2:59PM GMT
Let me clarify what I said. Try leaving the border styling on your DIV but don’t use any padding on the DIV - put your padding on the content inside the DIV to position the same for both FF and IE. Let us know if you work it out. Thanks.
LoganGoesPlaces | May 29 2008 2:23PM GMT
Thanks Brent. I was asked to work on another project until next week, so I won’t get a chance to give that a try until then, but I will let you know how it goes.