html - CSS Bug For Floating Menu Commands? -
basically, should work... shouldn't it?
the sample css simple:
command,a {float:left;border:1px solid blue;}
and html simple:
<menu> <command>example</command> <command>example</command> <command>example</command> </menu> <br style="clear:both"> <a href="#example">example</a> <a href="#example">example</a> <a href="#example">example</a>
if guys think bug ill submit bug report.
oops! sorry! meant chrome , firefox 4! http://jsbin.com/ewipi3/6
it should in browsers: http://i.stack.imgur.com/xnghe.png
basically, text outside elements.
it shouldn't this?
and should this?
see working here.
btw not sure if understood answer correctly, please comment if otherwise!
Comments
Post a Comment