Re: [css-d] layout inline elements in block

2006-08-16 Thread Ann Adamcik
>From: Peter Speltz <[EMAIL PROTECTED]> > >Hello wonderful list. I have a simple problem i think. I've tried for >an hour to get a good solution. Basically i want a Heading bar that >has the Heading TEXT left justified and menu links right justified. >The number of links is unknown. here is sampl

Re: [css-d] layout inline elements in block

2006-08-16 Thread Olly Hodgson
On 16/08/06, Peter Speltz <[EMAIL PROTECTED]> wrote: > > HEADING TEXT item1 > item2 ... Firstly, that's not valid HTML code. A block level element cannot sit inside an inline element. Better would be as follows: Foo bar (etc) To achieve the effect you want, you could try simpy floa

[css-d] layout inline elements in block

2006-08-16 Thread Peter Speltz
Hello wonderful list. I have a simple problem i think. I've tried for an hour to get a good solution. Basically i want a Heading bar that has the Heading TEXT left justified and menu links right justified. The number of links is unknown. here is sample html: HEADING TEXT item1 item2 ...