| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Suspended Join Date: Sep 2005 Location: Canada
Posts: 1,373
![]() ![]() ![]() ![]() | |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Mar 2006 Location: United Kingdom
Posts: 413
![]() ![]() ![]() | i think it is because the positioning of it is set to float, so whenever it hits something it will literally "float" around it, try changing this part here: Code: <div style="float:right;padding:5px"> Code: <div style="position:absolute;padding:5px"> Code: <div style="position:relative;padding:5px"> |
| |