http://ingramswaterandair.com/project-dev/
I'm horrible with trying to position CSS elements. I figured I would post the problem before I got too far into the project.
My problem is...
The navigation bar is inside a div called navigation. Inside the navigation div I have 2 divs called link1 and link2. The link1 div is being properly positioned.
I do not want to use absolute positioning to position link2, as problems arise with absolute positioning.
How do I get link2 to be positioned where I want it to?
I have tried
left:217px;
margin-left: 217px;
top:0px
margin-top:0px
and a lot of other combination's of these.
Can someone please tell me what I'm doing wrong and why it is pushing it further down?
EDIT: link2 is currently relatively positioned.
EDIT AGAIN: I put in a 3rd link and it pushes it even further down.
__________________
Coding is just like a woman. If you don't do something exactly right, it complains.
Last edited by WebTraffic; 10-23-2009 at 04:45 PM..
|