How to/pagecheck
hi,
http://geekministry.com/test/
i can't figure how this. in header have image (kusmi tea)
and way i've set wrong can't head around one.
i cannot figure out how have h1 aligned right side , @
the same time h1 image float right without it's being
affected text scaling. possible? (i asked implement
image replace solution h1, h2 , h3)
--
kim
---------------------------
http://www.geekministry.com
http://geekministry.com/test/
i can't figure how this. in header have image (kusmi tea)
and way i've set wrong can't head around one.
i cannot figure out how have h1 aligned right side , @
the same time h1 image float right without it's being
affected text scaling. possible? (i asked implement
image replace solution h1, h2 , h3)
--
kim
---------------------------
http://www.geekministry.com
kim wrote:
> hi,
>
> http://geekministry.com/test/
>
> can't figure how this. in header have image (kusmi tea)
> , way i've set wrong can't head around
> one.
>
> cannot figure out how have h1 aligned right side , @
> same time h1 image float right without it's being
> affected text scaling. possible? (i asked implement
> image replace solution h1, h2 , h3)
>
try 50px right padding instead of 100px on <h1> , add right: 0;
the inline image css.
#header h1 {
float:right;
padding-right: 50px;
}
that might stop bouncing around on place few more
text zooms.
> hi,
>
> http://geekministry.com/test/
>
> can't figure how this. in header have image (kusmi tea)
> , way i've set wrong can't head around
> one.
>
> cannot figure out how have h1 aligned right side , @
> same time h1 image float right without it's being
> affected text scaling. possible? (i asked implement
> image replace solution h1, h2 , h3)
>
try 50px right padding instead of 100px on <h1> , add right: 0;
the inline image css.
#header h1 {
float:right;
padding-right: 50px;
}
that might stop bouncing around on place few more
text zooms.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment