wolfestone
05-30-2007, 02:05 PM
I've got a simple css pop out menu: http://wolfe.rchomepage.com
on the 'root level 1' menu button, there is a small arrow graphic, which is sitting on top of the number 1. I want this to be on the right of the button, around 6 pixels in from the edge. I just can't figure out how to get it over there though without breaking the alignment of something else, or causing my xhtml to be invalid (tried using another div but won't let me put a div inside an inline element).
I'm trying to avoid just having a button sized background graphic, complete with arrow, but I'll do that if it's the only/best way. I also found I could do it by having the arrow image in the html code, and then using css positioning but that seems quite code-heavy.
Am I missing somthing simple, or is there no easy way to do this?
My css file is here: http://wolfe.rchomepage.com/menuv.css
Thanks very much for any suggestions.
on the 'root level 1' menu button, there is a small arrow graphic, which is sitting on top of the number 1. I want this to be on the right of the button, around 6 pixels in from the edge. I just can't figure out how to get it over there though without breaking the alignment of something else, or causing my xhtml to be invalid (tried using another div but won't let me put a div inside an inline element).
I'm trying to avoid just having a button sized background graphic, complete with arrow, but I'll do that if it's the only/best way. I also found I could do it by having the arrow image in the html code, and then using css positioning but that seems quite code-heavy.
Am I missing somthing simple, or is there no easy way to do this?
My css file is here: http://wolfe.rchomepage.com/menuv.css
Thanks very much for any suggestions.