Forum Moderators: not2easy
#rt {
text-align: right;
width: 25%;
padding-right: 5px;
float: right;
border-left: 1px solid #009966;
padding-left: 5px;
overflow: auto;
}
I put the overflow: auto in there to see if it would help - it doesn't - but I now have ugly scroll bars to highlight the problem in Mozilla. In IE my whole page gets screwed.
Any suggestions most gratefully received.
[w3.org...]
I realised that the problem was with a long email address - normal text with spaces is fine, but a long email address caused the problem.
I tried using word-wrap: break-word; and this solves the problem in ie6 but not in other browsers.
The div in question is part of a three column page layout. I'm only really hoping to make my pages totally right in ie5 and above - I merely expect them to be usable in other browsers - but I need this to work in ie5 and it doesn't appear to :(
In ie5 the word-wrap thing doesn't seem to work and my right hand column goes and sits underneath my other two columns if there is a long email address in here - is there anything I can do about this?
In mozilla the email address just sticks out of the div a bit which I can live with.