You are hereBlogs / hutcho's blog / Style sheets, IFrames and Tables - Part 1 - Problem

Style sheets, IFrames and Tables - Part 1 - Problem


By hutcho - Posted on 26 June 2009

What I'm trying to show here is that by using style sheets you can easily override layout in client code for different purposes. This code has hardcoded table and style tags and is virtually impossible to override the layout client side.

This will look CRAP in Internet Explorer and the layout is virtually impossible to override.

Resolution Here

<!--

<br /> Style sheets, IFrames and Tables (Hardcoded styles are BAD)<br />

Take a look at the source code and then the solution which has the CSS override section uncommented.

This is how the page looks with position: absolute.

First Row
Third Row

-->