Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
skyboysky #1
positioning layers problem
as the core of my page, I'm using a table set to center, so that it stays in
the middle of the window no matter how you resize the browser. Inside the
table, I've got a DIV-type layer with content inside. Problem is that when I
resize the window, the layer doesn't move with the table under it. I've tried
"absolute", "relative" positioning...nothing works.
I can get it to work with an iFrame, however I prefer to use regular layers if
at all possible.
any ideas on how I can get the layer to stay locked to the position of the
table under it?
Thanks in advance for any help!
skyboysky Guest
-
layers positioning problems
I have problems to control my layers(sub navigation) at a fixed position (right below main navigation) when my website/tabel is aligned center on... -
Prob. with Absolute/Relative Positioning of Layers
I'm using the List-u-Like generator to create a menu (http://www.listulike.com/generator/) for this page that I created in Dreamweaver:... -
layers - center positioning
I am creating a website in the Dreamweaver 8 trial program. The page consists of two layers. The first layer moves with the browers the second layer... -
A simple Loop, but problem with positioning
Hi. I've tried many different times to get this thing to work, and I've given up. Could somebody please tell me how to do this: I have a movie... -
Problem positioning Layers
"BigJimmo" webforumsuser@macromedia.com wrote: Perhaps this will help? Quote from Murray's Standard Reply Library: <quote> -
rilkesf #2
Re: positioning layers problem
'Position: relative' should work fine:
<table align="center" width="75%">
<tr>
<td>
<div style="position: relative; background-color: #CCCCCC;">test</div>
</td>
</tr>
</table>
Check your styles and make sure that your position isn't set to absolute.
That would give the kind of results you're describing. If you're still having
problems, post a URL or some code that we can look at.
rilkesf Guest
-
skyboysky #3
Re: positioning layers problem
fantastic! Worked perfectly! thanks a ton....
Originally posted by: rilkesf
'Position: relative' should work fine:
<table align="center" width="75%">
<tr>
<td>
<div style="position: relative; background-color: #CCCCCC;">test</div>
</td>
</tr>
</table>
Check your styles and make sure that your position isn't set to absolute.
That would give the kind of results you're describing. If you're still having
problems, post a URL or some code that we can look at.
skyboysky Guest
-



Reply With Quote

