On 4/28/10 12:14 PM, 4css aka deb wrote: > I have a 3 column fixed wrapper floated column layout that I am > trying to work on. Of course in firefox it works fine. I figured I > would check out the one page that I already have 3 columns on in IE7 > to see how it is working. Unfortunatly, the third column sinks to the > bottom of the page. If I change the float position to left from > right, it pushes it under the left navigation. > > THe columns are all sized OK, I have double checked them to see if > this was an issue. > > It has been a while since I have coded due to some extended illnesses > and am trying to get back to coding so I can try to obtain work. Any > and all help would be appreciated. > > Thanks in advance. Also, any suggestions as to reading material to > get me up to speed on IE7 and 8 would also be appreciated. > > Deb > > I'm including the code as this is only on my machine right now. I > want to have a finished home site to put up so figured I would do it > this way. Following is the css: > > [...] (code stripped)
Without knowing where the elements are in the HTML, I'm making some guesses here. Try adding "margin-right: -3px;" to the declarations for div#poem to make it take up a bit less room - if that is indeed the column that is dropping... Apart from the css-d wiki, I don't have suggestions for reading. Cordially, David -- ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
