This topic is locked
[SOLVED]

 icons in the menu

7/28/2011 5:51:49 AM
PHPRunner General questions
T
txqr author

hi,

how do I put icons next of the menu options?

C
cgphp 7/28/2011

You can style the menu item using the "Style" field in the Menu builder: http://xlinesoft.com/phprunner/docs/menu_builder.htm
Try out the following css code:

background: url(https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=59750&image=1&table=forumreplies) 100px 1px no-repeat;


<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=59750&image=2&table=forumreplies' class='bbc_emoticon' alt=';)' />

T
txqr author 7/28/2011



You can style the menu item using the "Style" field in the Menu builder: http://xlinesoft.com/phprunner/docs/menu_builder.htm
Try out the following css code:

background: url(https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=59751&image=1&table=forumreplies) 100px 1px no-repeat;


<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=59751&image=2&table=forumreplies' class='bbc_emoticon' alt=';)' />


Ok Thanks!!!!!