View previous topic :: View next topic |
Author |
Message |
alenxVR6 -
Joined: 04 Dec 2003 Posts: 51 Location: Revere, Boston MA
|
Posted: Fri May 21, 2004 4:26 pm Post subject: Need Help ASAP, Dreamwaver Question???? |
|
|
hi i was just wondering is there a way to set the position of tha layer without the layer moving with different size of resolutions...
if this is confusing here is the link and see it for your self http://www.alenx.net/bbr2/home.html
see if you resize the window the navigation will go out of place???
any help would be appreciated..... |
|
Back to top |
|
 |
mcwilliams132 -
Joined: 27 Jul 2003 Posts: 167 Location: Oshkosh, WI
|
Posted: Fri May 21, 2004 6:46 pm Post subject: |
|
|
You're using ABSOLUTE POSSITIONING...it will ALWAYS stay there...UNLESS you do the following...
1. either fix the location of all your conent (upper left corner instead of centering.
or
2. Wrap all your content in a DIV tag with a possition of RELATIVE. This will force the navigation bar to be absolutly possition within the relativly possitiond container.
it'll look like this:
<div style="possition:relative;">
...content...
navigation area
</div>
something to that affect.
Get it?
It's a little bit of CSS (cascading style sheets)... _________________ ::::::::::::::::::::::::::::::::::::::::::::::::::
:: Jon-Paul LeClair
:: http://mcwilliamsworld.com
:: "Lobster sticks to magnet!" |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat May 22, 2004 4:06 am Post subject: |
|
|
It would be a lot easier by just making a simple table using static HTML--no "div," no problem. Make a new table, keep the image you have as the background image, just <p> the menu down a couple times, and center it. _________________ Bienvenidos! |
|
Back to top |
 |
 |
|