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

2005-06-17 Thread Philip Wills
Hi Tony, 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 href=fooyootoo.htmlfooyootoo/a!--this is floated right-- /div a href=fooyoothree.htmlfooyoothree/a!--this is floated right-- /div If

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

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

2005-06-14 Thread Eric Vann
I would suggest using an inline list of hyperlinks rather than nested DIVs. The portion of your screen that resides more or less above the buttons is all relegated to the outermost DIV which I believe is the CONTACT US container. If you examine the area below each button it properly shows the