+ 2
Can an absolutely positioned element be floated?
CSS3 Question!
2 Réponses
+ 2
Float and position absolute are incompatible but you can align to right with right: 0 on child (absolute) and make sure that parent its positiones (like position:relative).
Anyway post a link to your code for get a more specific help
+ 1
I agree with Kr0W. Floating is for elements in the document flow. Absolute positioning removes elements from the document flow.