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 ![]() |
yes, it works for all browsers. firefox, opera, and safari will do it properly. you'll probably have to add conditional exceptions for internet explorer (using an underscore in front of the attribute).
example: CODE .extendedNetwork { position:relative; right:20px; _right:15px; } _right:15px; will move it to the right 15 pixels in internet explorer (20 pixels in all other browsers). internet explorer has rounding problems, so while the original 20 pixels you wanted to move it will work in all other browsers, there are issues in internet explorer. hence, you'd use the conditional code. |
|
|
![]() ![]() |