Search found 4 matches

by benton
Sun Feb 28, 2010 8:52 pm
Forum: HTML, CSS and other UI Design Technologies
Topic: Positioning td's with div's
Replies: 7
Views: 2391

Re: Positioning td's with div's

Yes, I understood. It is not knowing what those hacks are that is preventing me from fixing this, thus the post. But I backed up and took another look and realized I didn't need, I don't think, all of thos internal table parts. So I removed those and changed it to absolute positioning. I realize thi...
by benton
Sun Feb 28, 2010 2:05 pm
Forum: HTML, CSS and other UI Design Technologies
Topic: Positioning td's with div's
Replies: 7
Views: 2391

Re: Positioning td's with div's

Thanks. Rearranging the div's did allow the images to separate and I can control the spacing better but it isn't any better than my original, all html, code. The spacing is different between IE and FF and I can't get the alignment exact with the table beside it. I guess the problem must be somewhere...
by benton
Sat Feb 27, 2010 10:12 pm
Forum: HTML, CSS and other UI Design Technologies
Topic: Positioning td's with div's
Replies: 7
Views: 2391

Re: Positioning td's with div's

I used IE 7 and FF 3.5 - the page displays the same in both. I wasn't aware of the box model but it turns out I am using the Block model, according to http://www.brainjar.com/css/positioning/ . From my understanding of what that says, and what I have, the code is correct. To test it, I placed it in ...
by benton
Sat Feb 27, 2010 7:44 pm
Forum: HTML, CSS and other UI Design Technologies
Topic: Positioning td's with div's
Replies: 7
Views: 2391

Positioning td's with div's

I have a page using tables that I need to add another section to. No matter what I try when doing that, there is always a few pixels difference in the alignment of the heights between the new and old tables. So I thought I would try using div's because I read that they can provide better position co...