IE6 check

A

Andrew Urquhart

Spartanicus said:

Checked (IE6 SP1) displays 2 list items right aligned and superimposed
with "left aligned" looking like it has the highest z-index. Fine in Win
Opera 7.23. Expect you're pondering a bug, but if not try float instead
(other styles are yours):

body {
margin: 0;
padding: 0;
}
ul {
margin: 10px;
background:#3333ff;
color:#ffffff;
text-align: right;
padding: 3px 5px;
}
li {
display: inline;
}
li.one{
float: left;
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IE6 quirk check 2
Check forms With JavaScript 1
Breaking in IE6 13
Delay in IE6 6
IE5.x check 2
innerHTML problem in IE6 11
How to put a null check on this code 0
IE6 display puzzle 7

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,008
Latest member
HaroldDark

Latest Threads

Top