Help - Search - Members - Calendar
Full Version: My 'left' isnt working.
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
funride
So I put in.
CODE
left:-10px;

But it dosent work.
fixtatik
Or in the sense of just needing to move a menu left 10 pixels, without moving everything else, therein lies the perfection of left:-10px;

You should be defining a method of positioning (as "static" is the default, which offers no movement) in conjunction with using top, right, bottom or left.
CODE
position: absolute;
position: fixed;
position: relative;
funride
You can close this, I just recoded it from scratch.
But I dont know what was wrong with my code?
Mickey
Like Elia said, you need to define a way of positioning first so browsers can recognize how it should be handled. Topic closed & moved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.