CSS - Might Be Impossible But
I am stuck using a tool in asp by now choice of my own. I am also stuck with a layout that is impossible with the tool, I think.
The tool generates a table like so: Row 1 Row 2 Row 3 Row 4 The html looks like: <table> <tr><td>1</td></tr> <tr><td>2</td></tr> <tr><td>3</td></tr> <tr><td>4</td></tr> </table> I would love to find a way in css to get this to layout like Row 1 Row 2 Row 3 Row 4 Or Even better would be Row 1 Row 2 Row 3 Row 4 I tried everything I could think of to get this to happen. I read the specifications and I was under the impression that if you run position on a table row it turns into a block box. Any help? Similar Tutorialshttp://www.hostnet.nl/bestelmodule/...er_gegevens.php can something like this be done with or without CSS? and without everything beeing a fixed width i think its not possible but im having very much trouble with that idea so thats why i ask for your opinion I want my page to have 3 columns spread over 100% of the page. the 2 outer columns are just for backgroundcolors (they should differ) and the center one is the actual content of the page. Everything should be 100% height en the center div also contains 2 divs besides eachother! like this: http:/ /www.benkhard nl/sites/divs/divs.jpg just go to index.html for the page/css view. I can't seem to get it right, any help? Thanks! Hi again , I've got one more question: when you've used a 2 or 3-col layout for your webpage (the right, possibly the middle col holds the actual content, the others are floating divs used as menus), you can no more use the clear property for the actual content? Because it clears the space until all floating elements ends - including menus , so it finally looks like here. Here are CSS used for this page: CSS_1 (used for the fotogallery only) and CSS_2 (used mainly for layout of the web). I think there is a solution, I've already thought it can be found on BonRouge's pages (very useful pages by the way), but he made the menu using absolute positioning . So has anyone any idea how to solve this? And maybe one more detail: can be pictures in this fotogallery centered in their parent <div> (red bordered)? They're all floating, so it's not so easy, if possible. Oh man, rebuild these pages without tables, it really drives me mad... my site is totally based on tables. there is one huge table, which outlines the area for the header, left panel menus, right panel boxes, and the footer. inside those, the header is another table, the left panels are another table, each panel being a new row, the right panel boxes are the same thing, and the footer is a table just like the header. that is what every page is like. where on earth do i start? here is what i'm thinking so far, but i need confirmation because i have never done this befo header is just a regular div left panel menus are a div that floats left right content panels is a div that floats right footer is just a regular div will that work? can any1 specify if i need any other css that the float to make this work? Hi, Okay my boss wants me to do this: Have a rectangualr div that has another div in it that is smaller and is in the (vertically and horizontally) center. No probs, but the one in the middle has to have text floating around it, thats above left right and bottom. Me thinks this is impossible! Does anyone have any idea??? Cheers, |