Re: [css-d] Site Check - Footer Problem

2007-10-30 Thread Tony Haddon
Hi, I've only looked at it in Firefox. I notice you've a div id= containerwrapper *and* a div id=container maybe if you put your #footercontainer within the #containerwrapper it would simplify things for you? Just a thought. T.

[css-d] Firefox behaviour - Child element margins applied to parent elements instead

2007-07-25 Thread Tony Haddon
Hi All, I hope this isn't something that's come up before. Seeing as it's not in the lists of usual bugs in browsers, I'm guessing it might be my ignorance rather than a poorly implemented recommendation. I hope someone can enlighten me as it's something that's repeatedly come up and I've never

Re: [css-d] Columns with more than one element

2005-09-02 Thread Tony Haddon
Generally I'd wrap each row in a separate div with a clear:both style assigned to it. style div.row { clear: both } /style div class=row div id=aa/div div id=bb/div /div div class=row div id=cc/div div id=dd/div /div Might not be ideal though and I'm sure

[css-d] PNG Transparency in IE for background-image

2005-07-21 Thread Tony Haddon
(not working) Any ideas, links to resources etc much appreciated. Regards, Tony -- Tony Haddon -- Tony Haddon +353 (0)86 831 7058 58 Blackberry Rise, Portmarnock, Co. Dublin. [EMAIL PROTECTED] VAT Reg: IE6837435H

Re: [css-d] Problem with links as block-level elements

2005-06-15 Thread Tony Haddon
Hi Eric, Thanks for the advice, although I'm not sure I completely understand. I want to get the links sitting side-by-side across the top as is, but the only way I know to do that is to nest divs and float:right hence: div id=1 div id=2 a href=foo.htmlfoo/a a