CSS in IE

admin

Administrator
Staff member
So I am fairly new to CSS, but am working on this website with one of my friends ( <!-- m --><a class="postlink" href="http://www.rpi.edu/~davisj4">http://www.rpi.edu/~davisj4</a><!-- m --> ) and as we are still adding content (ie a bunch of the links are broken) we are having difficulty getting it to be cross browser accessible. Looking at the site in Firefox there are no visible flaws to the layout, but when the page is tested in IE the content <div> becomes shifted down past the on the side links. I was wondering if anyone out there has had this problem and could give me some suggestions. Also any other comments and criticisms of the site are welcomed.

Thanks in advance,

-Jonathancheck this page about curing float drops and wraps (<!-- m --><a class="postlink" href="http://nemesis1.f2o.org/aarchive?id=11">http://nemesis1.f2o.org/aarchive?id=11</a><!-- m -->)Try using table in defining the layout

Kiat Hau
<!-- m --><a class="postlink" href="http://webidiot.blogspot.com">http://webidiot.blogspot.com</a><!-- m -->, Let's build your web site!Why tables for layout is stupid (<!-- m --><a class="postlink" href="http://www.hotdesign.com/seybold/index.html">http://www.hotdesign.com/seybold/index.html</a><!-- m -->)
Why avoiding tables (for layout) is important (<!-- m --><a class="postlink" href="http://davespicks.com/essays/notables.html">http://davespicks.com/essays/notables.html</a><!-- m -->)
<!-- m --><a class="postlink" href="http://www.workingwith.me.uk/tablefree/why/">http://www.workingwith.me.uk/tablefree/why/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.sitepoint.com/article/tables-vs-css/">http://www.sitepoint.com/article/tables-vs-css/</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.phrogz.net/CSS/WhyTablesAreBadForLayout.html">http://www.phrogz.net/CSS/WhyTablesAreBadForLayout.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.westciv.com/style_master/house/good_oil/dead_layout/Validate">http://www.westciv.com/style_master/hou ... t/Validate</a><!-- m --> your code and fix those errors.
 
Back
Top