[css-d] Strange behavior in Opera 10.62

2010-09-23 Thread Tim Offenstein
Hi List, The webmaster for the School of Chemical Sciences asked me why the banner in this page - http://scs.illinois.edu - is showing up chopped off in Opera. (I'm running Opera 10.62 on a Mac 10.6.4) It shows fine in every other browser I can think of. I've poked at it but can't hit on the

Re: [css-d] Strange behavior in Opera 10.62

2010-09-23 Thread Alan Gresley
Tim Offenstein wrote: Hi List, The webmaster for the School of Chemical Sciences asked me why the banner in this page - http://scs.illinois.edu - is showing up chopped off in Opera. (I'm running Opera 10.62 on a Mac 10.6.4) It shows fine in every other browser I can think of. I've poked at it

Re: [css-d] Strange behavior in Opera 10.62

2010-09-23 Thread David Laakso
On 9/23/10 11:42 AM, Tim Offenstein wrote: Hi List, The webmaster for the School of Chemical Sciences asked me why the banner in this page - http://scs.illinois.edu - is showing up chopped off in Opera. (I'm running Opera 10.62 on a Mac 10.6.4) It shows fine in every other browser I can

Re: [css-d] Strange behavior in Opera 10.62

2010-09-23 Thread Jonny Stephens
Adding display:block fixes it here on Opera 10.6.2 a.scs:hover, a.scs:focus { display: block; opacity: 0.75; } a.scs:link, a.scs:visited { display: block; opacity: 0.9; } You also have an error in menu2.css: #menu h3.nine { font-size:.9em; margin-bottom.1em; /* missing colon */