Hey All,
I've been ripping my hair out for about two days now trying to figure this one out.
I am by no means an expert with css, but have worked with it for a couple of years.
Here's my problem. I am in the process of overhauling a website I made, http://www.grecorealty.com, and decided that I should make the switch from tables to pure css layout. The site is several years old and in need of some SERIOUS work. I have a working model that involves just one column, but the client likes everything about the current setup including the menu bar down the left side of the page and the liquid design, and the client is king. So, for the past two days I've been trying to code the equivalent to what is there now, but with divs instead of tables. I tried several methods, but everything I tried would either break or overlap when the browser was resized. The closest I came was using margins to align the main section to the right of the menu bar; however, the two sections overlapped when the browser was resized.. Most of my problems seem to be arising from trying to keep the liquid design and from getting the left side bar to extend the full length of the page.
Anyone know of a site coded similar to what I'm looking for or have any solutions?
Apologies if the question is a bit "noobish", but I'm about to leave the tables in there and dig into the enormous amount of work left to do...
Thanks in advance,
TM
I've been ripping my hair out for about two days now trying to figure this one out.
I am by no means an expert with css, but have worked with it for a couple of years.
Here's my problem. I am in the process of overhauling a website I made, http://www.grecorealty.com, and decided that I should make the switch from tables to pure css layout. The site is several years old and in need of some SERIOUS work. I have a working model that involves just one column, but the client likes everything about the current setup including the menu bar down the left side of the page and the liquid design, and the client is king. So, for the past two days I've been trying to code the equivalent to what is there now, but with divs instead of tables. I tried several methods, but everything I tried would either break or overlap when the browser was resized. The closest I came was using margins to align the main section to the right of the menu bar; however, the two sections overlapped when the browser was resized.. Most of my problems seem to be arising from trying to keep the liquid design and from getting the left side bar to extend the full length of the page.
Anyone know of a site coded similar to what I'm looking for or have any solutions?
Apologies if the question is a bit "noobish", but I'm about to leave the tables in there and dig into the enormous amount of work left to do...
Thanks in advance,
TM
Comment