Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
~613 People Reached
- Interests
- Gaming, Programming, IT, Tech, Geekhood, Gadgets
Favorite Forums
Web Development x 4
Favorite Tags
1 Posted Topic
Re: THANK YOU TheAlex! Thats sorted my problem out! Its very strange how the doctype interferes with the floating layer, however removing the full doctype; [CODE] <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> [/CODE] and replacing it with; [CODE] <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'> [/CODE] Worked a treat. … |