Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -213,11 +213,14 @@ |
214 | 214 | #head div.vectorMenu h5 { |
215 | 215 | float: left; |
216 | 216 | background-image: url(images/tab-break.png); |
217 | | - background-position: bottom left; |
218 | 217 | background-repeat: no-repeat; |
219 | | - margin-left: -1px; |
220 | 218 | } |
| 219 | + /* IGNORED BY IE6 */ |
| 220 | + #head div.vectorMenu > h5 { |
| 221 | + background-image: none; |
| 222 | + } |
221 | 223 | #head div.vectorMenu h5 { |
| 224 | + background-position: bottom left; |
222 | 225 | margin-left: -1px; |
223 | 226 | } |
224 | 227 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
— | — | @@ -228,9 +231,11 @@ |
229 | 232 | height: 2.5em; |
230 | 233 | text-decoration: none; |
231 | 234 | background-image: url(images/tab-break.png); |
232 | | - background-position: bottom right; |
233 | 235 | background-repeat: no-repeat; |
234 | 236 | } |
| 237 | + div.vectorMenu h5 a{ |
| 238 | + background-position: bottom right; |
| 239 | + } |
235 | 240 | /* IGNORED BY IE6 */ |
236 | 241 | div.vectorMenu h5 > a { |
237 | 242 | display: block; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -213,11 +213,14 @@ |
214 | 214 | #head div.vectorMenu h5 { |
215 | 215 | float: left; |
216 | 216 | background-image: url(images/tab-break.png); |
217 | | - background-position: bottom left; |
218 | 217 | background-repeat: no-repeat; |
219 | | - margin-left: -1px; |
220 | 218 | } |
| 219 | + /* IGNORED BY IE6 */ |
| 220 | + #head div.vectorMenu > h5 { |
| 221 | + background-image: none; |
| 222 | + } |
221 | 223 | #head div.vectorMenu h5 { |
| 224 | + background-position: bottom right; |
222 | 225 | margin-right: -1px; |
223 | 226 | } |
224 | 227 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
— | — | @@ -228,9 +231,11 @@ |
229 | 232 | height: 2.5em; |
230 | 233 | text-decoration: none; |
231 | 234 | background-image: url(images/tab-break.png); |
232 | | - background-position: bottom right; |
233 | 235 | background-repeat: no-repeat; |
234 | 236 | } |
| 237 | + div.vectorMenu h5 a{ |
| 238 | + background-position: bottom left; |
| 239 | + } |
235 | 240 | /* IGNORED BY IE6 */ |
236 | 241 | div.vectorMenu h5 > a { |
237 | 242 | display: block; |