Entry 5003
footer
Submitted by anonymous
on June 29, 2010 at 5:03 a.m.
Language: CSS. Code size: 1010 bytes.
<style> <style type='text/css'> #chromemenu{ width: 100%; font-weight: bold; font-size: 90%; } #chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/ content: "."; display: block; height: 1px; clear: both; visibility: hidden; } #chromemenu ul{ border: 5px double #fffff; width: 99%; background-color: #255095; center center repeat-x; padding: 5px 0; margin: 0; text-align: left; /*set value to "right" for example to align menu to the left of page*/ } #chromemenu ul li{ display: inline; } #chromemenu ul li a{ color: #ffffff; padding: 5px; margin: 10; text-decoration: none; border-right: 3px double #ffffff; } #chromemenu ul li a:hover{ background-color: #95CD3C; center center repeat-x; } </style> </style>
This snippet took 0.00 seconds to highlight.
Back to the Entry List or Home.