Forum Moderators: not2easy
Basically I have one div with links to the left and right. I used 2 span classes with float: left and the other with float: right to accomplish this. Is it the best way to tackle this situation? The alignment looks the same in both IE and Firefox so seems to be ok compatiblity wise, I'm just not sure if its best to use the float property to do this.