I am having issues with my .jobs site. All is fine in Firefox and Safari (99% is fine). The issue of course, arises when I try to center this same site in IE.This is a joomla site with a modified js_education_red_gld template (tons of css that is not being used will kick out once I can center it!!!)
Can anyone help in rendering this centered horizontally in IE??
I have tried all that I have read. 1.Validation 2.text:center in the Body div, text:left in the Container div to no avail. 3. made sure im not in Quirks mode...
Hmm, I wouldn't put a width on the html and body elements. I don't think I've ever done that. I would put that width on the first container element (which in your case looks to be table.table-wrapper)
Well, thanks for the new direction I will try doing this asap and let you know if there is a resolve. The table of course comes from the template, which I would not normally use except I needed a component form Joomla! to make frontend for the client to post and manage their job postings.
Beauty, that worked. Thank you very much, I was poking around for hours, make that days and it really didn't occur to me that the table was the ultimate container. The table format is somehow more congruent with the PHP backend that serves all of the html in parts. I'm a n00b at it but now another lesson learned. Davist11 your my hero.