|
Posted by Els on 12/22/05 22:47
Fabrice Seeger wrote:
> Hello,
>
> I have a problem. I'm trying to get a design based on images.
> The problem is, that there is a bit space between three images.
> Iused stylesheets for it but it don't work yet.
> Please help me.
> You can contact me here or write to fabrice@zyria.de
>
> Thank you!
>
> Greetings Fabrice
>
> #Header {
> position:absolute;
> text-align:center;
> float:left;
> top:0px;
> right:0px;
> left: 0px;
> height:117px;
> width:760px;
> padding:0;
> }
So... what do you want the header to do?
Float to the left?
Position it to the left?
Position it to the right?
You can't have it do all at once, you'll have to make a choice.
> #Header img {
> margin:0;
> border:0;
> }
That only tells me you have no margins or borders on those images.
It doesn't say anything at all about why you might have gaps, where
the images are, how big they are, or even if they are vertically or
horizontally stacked. *If* they're stacked. You'll have to give more
information, preferably an online working example, so people can see
what you did and what the result is.
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
[Back to original message]
|