nope... that character doesn't exist....

If you don't mind punishing IE users with a few seconds to download a js file - you can use the "ie7" script package from dean edwards to get the psedu selectors to work properly in IE

http://dean.edwards.name/IE7/overview/

It's one of the first scripts I load into a site when I start working. I squash all my images down small enough that I don't care about the extra overhead of the javascript file - (it's only 22k)

Hope that helps - unless someone can chime in on how to do it with the content iterators.

Ryan

On Sep 28, 2007, at 1:48 PM, dawnJ2SB wrote:


It looks like the content property can only be used with the :before and :after psuedo-elements. Everything else works fine (written as li:before) ...in Firefox. IE, of course, doesn't know what to do with it. The border solution would work fine in this instance, but I'm also using this paragraph for another website which uses "//" as it's footer divider. Don't think this
character exists as a border style.



Magnolia - User mailing list wrote:

You can do it using pseudo-selectors in CSS -

if you are doing the footer links in an ul -

ul#footer li.before { content: "|" }
ul#footer li.firstChild { content: "" }

you can also use border properties - which are better supported in IE.



--
View this message in context: http://www.nabble.com/removing- character-in-last-iteration-output-tf4523941.html#a12947286
Sent from the Magnolia - User mailing list archive at Nabble.com.


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to