|
Posted by Jonathan N. Little on 10/29/07 13:43
freemont wrote:
> http://tinyurl.com/2awmg8
>
> What else is new? Looks ok in Opera and Konq, but not IE or (surprisingly)
> FF.
>
> I wish for the items with buttons to show the image lined up with the text
> in the <dt>. Solving with margins only messes it up in the browsers it
> looks ok in now. I could place the items in the <dt> into a table, and
> they'd line up perfectly, but then I'd have a block element inside an
> inline element, which is a no-no. And I don't wanna stickem in no stinkin
> table anyway.
>
> Little things like this drive me nuts. I need help.
>
> HELLLLP!
>
Change from:
..button {
border:none;
float:right;
line-height:80%;
}
To:
..button {
border:none;
float:right;
margin-top: .4em;
}
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|