Hi Guys,
Strange this. <http://www.scunny.co.uk/newfetch/new1.html>
Why does IE drop the right sided DIV only on the top enclosing DIV?
Obviously works great in FF & Safari.
| SitePoint Sponsor |
Hi Guys,
Strange this. <http://www.scunny.co.uk/newfetch/new1.html>
Why does IE drop the right sided DIV only on the top enclosing DIV?
Obviously works great in FF & Safari.
Pretty please...



Hi, this may not be the exact answer, but what happens if you remove the width property on the right column? does that help?
Well there's a thing. Works if I remove 10px's from that width.
This is my first real CCS project but already I'm surprised at the difference width, float, padding, margins etc are between IE and the rest.
Is there anywhere any of you guys know where I can get just a brief summery of what I should avoid doing and making my it all work correctly in IE.

Without looking at the page, you need to subtract padding and margins and make that the width so that IE doesn't cause a 'div drop'. You can either use that width or leave as is and use an IE hack or a conditional comment declaring the correct width for IE.
BIt late here and too tired to look through my book marks, but you could do a google for IE hacks or IE float drop (?) and I'm sure you'll find some pages relating to this....
Hope this helps.
Nadia
Unique CSS Templates by Nadia
Dreamweaver: Tutorials.Templates.CSS Designs
SitePoint Books |My Fireworks Tutorials 1 2
Follow me on Twitter | Community Team Advisor
Thanks guys, ended up being some padding I left in. I've learnt that I should be developing & testing with IE rather than with FF.


I think you've learnt wrong in that case. All the wisdom on Sitepoint says develop on FF because it renders the code correctly. Any adjustments to IE are because of the quirks (not quirks mode) of IE. You'll end up with more problems if you don't develop in FF and correct in IE.Originally Posted by naderby

Not just at Sitepoint ;-) develop for FFox and then hack for IEOriginally Posted by ornette
Nadia
Unique CSS Templates by Nadia
Dreamweaver: Tutorials.Templates.CSS Designs
SitePoint Books |My Fireworks Tutorials 1 2
Follow me on Twitter | Community Team Advisor
Gotta say as a relatively newcomer to ccs from a DTP background, really enjoyed the process when I was just developing for FF, but I was so disappointed when it all fell apart in IE.
Also, is it me or does it all not look as 'nice' in IE?
Bookmarks