I have a link inside a div that floats to the right of the screen. The link does not work in FF or Chrome, but works in IE (have only tested with IE8).
The simplest
Try this
HTML
logo test link test 1 test2
css
.clear{ clear:both; } #logo { float:left; margin:10px; } #feedback { float: right; } ul#menu { } ul#menu li { float:left; } ul#menu li a{ display:block; } ul#menu li.last { margin-right: 50px; }
working demo