Layer postion


i have layer in position in
relationship else. problem seesm design
is centered , can't use absolute position think.
i in case?

my css looks this:

#sponsor_layer {
padding: 0;
margin: 0;
position:absolute;
width:396px;
height:189px;
z-index:1;
left: 220px;
top: 415px;
}

the page can seen here:
http://www.agilitygraphics.com/clients/ep/home.html

i can't seem rid of spaces between images. tried
the following, no luck.


#sponsor_layer img {
padding: 0;
margin: 0;
}
#sponsor_layer p {
padding: 0;
margin: 0;
}
#sponsor_layer {
padding: 0;
margin: 0;
}


thanks help!
brian

change -

</head>

to -

<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0 auto;position:relative; }
-->
</style>
</head>

change -

<body ...>

to -

<body ...>
<div id="wrapper">

and -

</body>

to -

</div><!-- /wrapper -->
</body>

and see if helps.


--
murray --- icq 71997575
adobe community expert
(if *must* email me, don't laugh when so!)
==================
http://www.dreamweavermx-templates.com - template triage!
http://www.projectseven.com/go - dw faqs, tutorials & resources
http://www.dwfaq.com - dw faqs, tutorials & resources
http://www.macromedia.com/support/search/ - macromedia (mm) technotes
==================


"brian" <brian@agilitygraphics.com> wrote in message
news:ea62jn$7aj$1@forums.macromedia.com...
>i have layer in position in
>relationship else. problem seesm design
>centered , can't use absolute position think.
>in case?
>
> css looks this:
>
> #sponsor_layer {
> padding: 0;
> margin: 0;
> position:absolute;
> width:396px;
> height:189px;
> z-index:1;
> left: 220px;
> top: 415px;
> }
>
> page can seen here:
> http://www.agilitygraphics.com/clients/ep/home.html
>
> can't seem rid of spaces between images. tried
> following, no luck.
>
>
> #sponsor_layer img {
> padding: 0;
> margin: 0;
> }
> #sponsor_layer p {
> padding: 0;
> margin: 0;
> }
> #sponsor_layer {
> padding: 0;
> margin: 0;
> }
>
>
> help!
> brian




More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support