Hello,
is there a way to add options (align=absmiddle exactly) for an image defined by content attribute? Code looks like:
#object:before {content:url('image.png');}
And I need to align image.
The thing I'm trying to do is to create page menu, with rounded images before and after it when hovered:
(css-hovered-before image)TEXT(css-hovered-after image)
but text aligns itself down when image is displayed.
Or - is there way to align text in the vertical middle of parent element (using span right now)
Thanks.