|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Some how one of my images is having this space at the top of it. I have the
image in a div and want the image to be top alined. My css looks like this: .column3 { float: left; width: 140px; text-align: left; } .column3 img { vertical-align: top; border: none; } But somehow the border/gap remains. Any suggestions? Thanks a lot! |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Is it within a <p> tag?
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "brian914" <webforumsuser@macromedia.com> wrote in message news:gbtoah$g3e$1@forums.macromedia.com... > Some how one of my images is having this space at the top of it. I have > the > image in a div and want the image to be top alined. My css looks like > this: > .column3 { > float: left; > width: 140px; > text-align: left; > } > .column3 img { > vertical-align: top; > border: none; > } > > But somehow the border/gap remains. > > Any suggestions? > > Thanks a lot! > |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
that div looks like this:
<div class="column3"> <img src="images/general/bottle.jpg" alt="Bottle shot"> </div> |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Guess you'll need to post a link to the page.
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "brian914" <webforumsuser@macromedia.com> wrote in message news:gbtt9v$mij$1@forums.macromedia.com... > that div looks like this: > > <div class="column3"> > <img src="images/general/bottle.jpg" alt="Bottle shot"> > </div> > |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
|
|
![]() |
| Outils de la discussion | |
|
|