This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > March 2004 > How to overlap two images
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to overlap two images
|
|
| John C 2004-03-31, 4:28 am |
| Hi all,
How can I overlap two or more images, and how to overlap text over an image?
TIA,
John
| |
| Stefan B Rusynko 2004-03-31, 7:28 am |
| Only w/ Layers and Absolute positioning
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"John C" <johnch@paradise.net.nz> wrote in message news:TNuac.5671$u%1.636501@news02.tsnz.net...
| Hi all,
|
| How can I overlap two or more images, and how to overlap text over an image?
|
| TIA,
| John
|
|
| |
| MD Websunlimited 2004-03-31, 8:29 am |
| Hi John,
Use layers (div) with abs positioning
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
"John C" <johnch@paradise.net.nz> wrote in message news:TNuac.5671$u%1.636501@news02.tsnz.net...
> Hi all,
>
> How can I overlap two or more images, and how to overlap text over an image?
>
> TIA,
> John
>
>
| |
| Kevin Spencer 2004-03-31, 9:29 am |
| One other alternative is to use an image editor to combine the images, or an
image with text, into a single image.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"MD Websunlimited" <none@none.com> wrote in message
news:Ou8SpXxFEHA.3188@TK2MSFTNGP09.phx.gbl...
> Hi John,
>
> Use layers (div) with abs positioning
>
> --
> Mike -- FrontPage MVP '97-'02
> http://www.websunlimited.com
> FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
>
> "John C" <johnch@paradise.net.nz> wrote in message
news:TNuac.5671$u%1.636501@news02.tsnz.net...
image?[color=darkred]
>
>
| |
| Mark Fitzpatrick 2004-03-31, 10:38 am |
| What Kevin says may be the best way (to do this in an image editor) because
absolute positioning can be an absolute nightmare. Although it may look nice
on your computer, often when you go look at the pages on someone else's with
a different browser it looks horrible.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
"John C" <johnch@paradise.net.nz> wrote in message
news:TNuac.5671$u%1.636501@news02.tsnz.net...
> Hi all,
>
> How can I overlap two or more images, and how to overlap text over an
image?
>
> TIA,
> John
>
>
| |
| Jon Spivey 2004-03-31, 11:38 am |
| That's kind of a myth - in FP2003 at least. Hit Insert - Layer stick your
bottom image in the layer hit Format - Layers -Positioning set left and top
position to suit set width of the layer to the width of the image and delete
the height set z-orderto 99. Then repeat for your top image making sure your
cursor is outside the first layer when you hit Insert - Layer and set the
z-order to 100.
This way your page will appear identical in every 4 + browser (including
NN4) - browser support for simple positioning like this is almost as
universal as support for tables.
Jon
Microsoft MVP - FP
Mark Fitzpatrick wrote:[color=darkred]
> What Kevin says may be the best way (to do this in an image editor)
> because absolute positioning can be an absolute nightmare. Although
> it may look nice on your computer, often when you go look at the
> pages on someone else's with a different browser it looks horrible.
>
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP - FrontPage
>
> "John C" <johnch@paradise.net.nz> wrote in message
> news:TNuac.5671$u%1.636501@news02.tsnz.net...
| |
| Kevin Spencer 2004-03-31, 11:38 am |
| Well, Jon, I think Mark does have a point, although you do as well. If you
consider that absolute positioning is a rather advanced topic (not easy for
a novice to accomplish in all recent browsers), Mark's point has merit.
Absolute positioning is certainly a viable solution (and I recommend using
CSS for all layout for those who can do it), but is not something that can
easily be accomplished by a novice.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"Jon Spivey" <jonspivey@tiscali.co.uk> wrote in message
news:uVZbREzFEHA.2808@TK2MSFTNGP10.phx.gbl...
> That's kind of a myth - in FP2003 at least. Hit Insert - Layer stick your
> bottom image in the layer hit Format - Layers -Positioning set left and
top
> position to suit set width of the layer to the width of the image and
delete
> the height set z-orderto 99. Then repeat for your top image making sure
your
> cursor is outside the first layer when you hit Insert - Layer and set the
> z-order to 100.
>
> This way your page will appear identical in every 4 + browser (including
> NN4) - browser support for simple positioning like this is almost as
> universal as support for tables.
>
> Jon
> Microsoft MVP - FP
>
>
> Mark Fitzpatrick wrote:
>
>
| |
| Jon Spivey 2004-03-31, 1:38 pm |
| I'm not sold on CSS layouts even though I can do them.......but that issue
could run and run. Main point is FP2003 is much better at positioning than
prior versions, but it still ain't perfect.and would need to understand a
few dos and donts to use it properly. On the support side I think the weak
spot with positioning, especially simple stuff like this, is FP support
rather than browser support. For 1 example the 100px height that FP adds to
layers will almost always cause problems in browsers other than IE unless
it's deleted.
Jon
Microsoft MVP - FP
Kevin Spencer wrote:[color=darkred]
> Well, Jon, I think Mark does have a point, although you do as well.
> If you consider that absolute positioning is a rather advanced topic
> (not easy for a novice to accomplish in all recent browsers), Mark's
> point has merit. Absolute positioning is certainly a viable solution
> (and I recommend using CSS for all layout for those who can do it),
> but is not something that can easily be accomplished by a novice.
>
>
> "Jon Spivey" <jonspivey@tiscali.co.uk> wrote in message
> news:uVZbREzFEHA.2808@TK2MSFTNGP10.phx.gbl...
| |
| Kevin Spencer 2004-03-31, 1:38 pm |
| Hi Jon,
I agree with your evaluation of the shortcomings of FrontPage with regards
to inline styles. I should mention that I don't recommend inline styles
(they are just about as useful as attributes in that they don't separate
layout from code), but only working with external style sheets, as long
(again) as the developer is competent with CSS and cross-browser issues.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"Jon Spivey" <jonspivey@tiscali.co.uk> wrote in message
news:u07cRuzFEHA.628@TK2MSFTNGP10.phx.gbl...
> I'm not sold on CSS layouts even though I can do them.......but that issue
> could run and run. Main point is FP2003 is much better at positioning than
> prior versions, but it still ain't perfect.and would need to understand a
> few dos and donts to use it properly. On the support side I think the weak
> spot with positioning, especially simple stuff like this, is FP support
> rather than browser support. For 1 example the 100px height that FP adds
to
> layers will almost always cause problems in browsers other than IE unless
> it's deleted.
>
> Jon
> Microsoft MVP - FP
>
> Kevin Spencer wrote:
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|