Move Extended Network |
Move Extended Network |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Nov 2006 Member No: 480,913 ![]() |
I thought I had the code handy but can't find it! Can someone give me the code to move the extended network banner up/down? Thanks!
|
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
CODE .extendedNetwork { } you can add various positioning attributes: position:absolute; position:relative; you can move it around the screen (by pixels or percentage): top:; right:; bottom:; left:; using position:absolute; will define precisely on the page where it's going to be based on margins or top, right, etc. using position:relative; will move it a certain distance from its current position. |
|
|
![]()
Post
#3
|
|
![]() AIDS at RAVES. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,386 Joined: Dec 2007 Member No: 598,878 ![]() |
CODE .extendedNetwork { } you can add various positioning attributes: position:absolute; position:relative; you can move it around the screen (by pixels or percentage): top:; right:; bottom:; left:; using position:absolute; will define precisely on the page where it's going to be based on margins or top, right, etc. using position:relative; will move it a certain distance from its current position. for all browsers? because whenever I try it dosent work, so I just change it with a pic |
|
|
![]() ![]() |