G'day


http://www.newgency.com/ryans/test/test.html
I'm trying to get the 'read more' graphic to always sit at the right
of the 'Read more' text.
...
Is there any way to make this work correctly across browsers? or will
I have to give up on using css to put that image there. The style info
is in the same file if you want to View Source.

Try adding display:inline-block to the .readmore class. It's valid CSS and supported by MSIE6.


http://www.w3.org/TR/CSS21/visuren.html#propdef-display:

inline-block
This value causes an element to generate a block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the element itself is formatted as an inline replaced element.


Regards
--
Bert Doorn, Better Web Design
http://www.betterwebdesign.com.au/
Fast-loading, user-friendly websites

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to