I just figured out a solution. If you look at my jsfiddle code, by moving the left column div above the content wrapper div, it works perfectly.
Type: Posts; User: chrscote; Keyword(s):
I just figured out a solution. If you look at my jsfiddle code, by moving the left column div above the content wrapper div, it works perfectly.
OK, here is my jsfiddle site for you to take a look at my code: https://jsfiddle.net/chrscote/92z76e1v/5/.
I have some javascript that is supposed to fill in some sample text into each column, but...
I don't have a site to place my page on. Can someone tell me where I can post my page for free so others can see it and let me know what's wrong?
Chris
I tried using the CSS you gave me, but the left column appears on the right instead of the left in the larger screens.
Chris
1) CSS Liquid Layout #2.1
2) http://www.dynamicdrive.com/style/layouts/item/css_liquid_layout_21_fixed_fluid/
3) I am trying to change the CSS so that the left column will appear at the top of...
I have an intranet web page at work which contains a button that opens up the HTML file in a Word instance, adds a "For Official Use Only" footer, then prints itself all using the ActiveXObject. I...
I am creating a page that has a header which contains an image which had been crossing over the height of the header. I have figured out how to change the size of the header so this won't happen....
I have a table in which users can enter up to 10 zip codes. Right now, I have 10 individual text boxes where they can enter the zips. However, as you can imagine, it looks a bit klunky. I'd like...