Note that there are some explanatory texts on larger screens.

plurals
  1. POCustom Navigation Bar breaks apart in Chrome.
    primarykey
    data
    text
    <p>I am just cleaning up some CSS for a client. </p> <p>I am not a front-end person, but have been saved by bootstrap (thank you, twitter). </p> <p>However, I am having a really hard time cleaning up a custom navigation panel (no twitter). I have provided the CSS below. I need it to be able to:</p> <p>1) close gracefully at the end (the beginning starts with a vertical border, not an arrow. I would like the end to have symmetry and close the way it began). </p> <p>2) Get the container to not expand to the end of the page.</p> <p>3) I can't seem to get it to work in chrome. It falls apart in chrome but works in IE and Ff.</p> <p>Here is the link. Any advice? Thanks so much. </p> <p><a href="http://annualdinnerdev.elasticbeanstalk.com/" rel="nofollow">http://annualdinnerdev.elasticbeanstalk.com/</a></p> <pre><code> /* ------- Wizard Interface ---------- */ #wizHeader { border: solid 3px #fff; margin-bottom:25px; -moz-box-shadow: 3px 3px 4px #C2CBCE; -webkit-box-shadow: 3px 3px 4px #C2CBCE; box-shadow: 3px 3px 4px #C2CBCE; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C2CBCE')"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color= '#C2CBCE' ); } #wizHeader li label { font-size:x-large; } #wizHeader li a { font-size:large; } #wizHeader li .prevStep { background-color: #D6E6FA; color:#000; } #wizHeader li .prevStep:after { border-left-color: #D6E6FA !important; } #wizHeader li .currentStep { background-color: #6699CC; color:#fff; } #wizHeader li .currentStep:after { border-left-color: #6699CC !important; } #wizHeader li .nextStep { background-color: #F0E9EA; color:gray; } #wizHeader li .nextStep:after { border-left-color: #F0E9EA !important; } #wizHeader { list-style: none; overflow: hidden; font: 14px Helvetica, Arial, Sans-Serif; margin: 0px; padding: 0px; } #wizHeader li { float: left; } #wizHeader li a { color: white; text-decoration: none; padding: 10px 0 10px 55px; background: brown; /* fallback color */ background: hsla(34,85%,35%,1); position: relative; display: block; float: left; } #wizHeader li a:after { content: " "; display: block; width: 0; height: 0; border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 50px solid transparent; border-left: 30px solid hsla(34,85%,35%,1); position: absolute; top: 50%; margin-top: -50px; left: 100%; z-index: 2; } #wizHeader li a:before { content: " "; display: block; width: 0; height: 0; border-top: 50px solid transparent; border-bottom: 50px solid transparent; border-left: 35px solid white; position: absolute; top: 50%; margin-top: -50px; margin-left: 1px; left: 100%; z-index: 1; } #wizHeader li:first-child a { padding-left: 10px; } #wizHeader li:last-child { padding-right: 18px; } </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload