html - CSS Bug For Floating Menu Commands? -


http://jsbin.com/ewipi3

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?

enter image description here

and should this?

enter image description here

see working here.


btw not sure if understood answer correctly, please comment if otherwise!


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -