View Full Version : iRite wrecking CSS layout?
Nathon Jones
04-02-2009, 05:28 AM
I have an iRite textarea within a CSS column on my page, however this is forcing the column below my other columns, rather than floating left, as assigned in the CSS.
Any ideas why this might be happening?
Thanks.
Nathon.
Tom M
04-02-2009, 08:01 AM
It seems to render correctly in Firefox but not IE so it might have something to do with IE's different interpretation of CSS margin and padding.
You might try reducing the width of your #newsdetailrightbg CSS id from 721px to 700 to see if that has any effect.
BTW, using the Firebug addon within Firefox is a great tool for CSS troubleshooting/tinkering. I wish there were something similar for IE.
TM
Ray Borduin
04-02-2009, 11:36 AM
You need to have:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
as the first line of code on the page.
Nathon Jones
04-02-2009, 03:37 PM
Got it, thanks again Ray. Much appreciated.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.