Thread: CCS help
View Single Post
Old
  (#2 (permalink))
david
Registered User
david will become famous soon enough
 
Status: Offline
Posts: 92
Join Date: Jun 2002
Location: London, England
Rep Power: 45
05-27-2007, 02:17 PM

Could you post the html as it appears if you view source on the rendered page?
All I can make out here is that <span> is intended for use for formatting rather than positioning so it might be better to use another <div> for the positioning with a <span> in that for formatting.
Also, absolute positioning is still relative to the container, so your <span> is positioning relative to the <div>


David
See my YouTube Theatre
http://www.youtube.com/spogley
   
Reply With Quote