- Mar 22, 2013
- 9,145
- 10,489
I have this:
Makes this:
I do some CSS magic:
I get this:
Very nice...
I check on Chrome, It's the same as the first image! I check on Google, apparently Chrome doesn't support display:ruby
https://stackoverflow.com/questions/39096794/displayruby-not-available-on-chrome
Wonderful, just wonderful...
So then, how do I twist and turn that PHP and CSS to make my ducks align?
Thanks
PHP:
<div class="tags">Tags:
<?php mje_list_tax_of_mjob( $mjob_post->ID, '', 'skill' ) ?>
</div>
Makes this:
I do some CSS magic:
CSS:
display: block ruby;
I get this:
Very nice...
I check on Chrome, It's the same as the first image! I check on Google, apparently Chrome doesn't support display:ruby
https://stackoverflow.com/questions/39096794/displayruby-not-available-on-chrome
Wonderful, just wonderful...
So then, how do I twist and turn that PHP and CSS to make my ducks align?
Thanks