Making a graphic hide some text

P

Pye

At www.pyechamberlayne.com I would like to have little seasonal pictures -- like the bluebird that's there now -- obscure a few letters of the phrase "Chamberlayne Times" on what, in a newspaper, would be called the masthead

A problem is that the "picture properties" dialog box lists only three types of wrapping: none, left and right

I think it's fun and appealing to super-impose pictures on titles, the way Google does on red-letter days like Millard Fillmore's birthday or the date of the discovery of DNA or the quark

Pye
 
T

Tom Pepper Willett

You would need to create it as an image in your image editor, such as
Photopaint, etc.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
Pye said:
At www.pyechamberlayne.com I would like to have little seasonal
pictures -- like the bluebird that's there now -- obscure a few letters of
the phrase "Chamberlayne Times" on what, in a newspaper, would be called the
masthead.
A problem is that the "picture properties" dialog box lists only three
types of wrapping: none, left and right.
I think it's fun and appealing to super-impose pictures on titles, the way
Google does on red-letter days like Millard Fillmore's birthday or the date
of the discovery of DNA or the quark.
 
T

Tom Pepper Willett

Adding to what Crash has said:

Not all browsers support a cell background image. And, you would have to be
very, very careful about setting the size of the cell in order to keep the
background from tiling.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
There's several ways of doing this.

One is to create a image out of Chamberlayne Times (which you should do
anyway) and make your blue bird part of the image.

Second is to make image of Chamberlayne Times and make it the background of
a table cell. Then in same cell you can place the bluebird image (as long as
you have it as a transparent .gif).

I'm sure there are several more sophisitcated ways to do this but these
would be the simplest..I think.

BTW you should optimize your images, even on vdsl it takes an eternity to
load you home page.

hth

rob
"Pye" <pye(removethispleasebeforewritingmeoriwontgetit)@pyechamberlayne.com>
wrote in message | At www.pyechamberlayne.com I would like to have little seasonal
pictures -- like the bluebird that's there now -- obscure a few letters of
the phrase "Chamberlayne Times" on what, in a newspaper, would be called the
masthead.
|
| A problem is that the "picture properties" dialog box lists only three
types of wrapping: none, left and right.
|
| I think it's fun and appealing to super-impose pictures on titles, the way
Google does on red-letter days like Millard Fillmore's birthday or the date
of the discovery of DNA or the quark.
|
| Pye
 
T

Tom Pepper Willett

www.google.com is a good place to start.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
I need a compatibility chart ;-)


| Adding to what Crash has said:
|
| Not all browsers support a cell background image. And, you would have to
be
| very, very careful about setting the size of the cell in order to keep the
| background from tiling.
| --
| =====================================================
| Tom Pepper Willett [Microsoft MVP - FrontPage]
| --------------------------------------------------------------------------
--
| -
| Microsoft FrontPage:
| http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| http://msdn.microsoft.com/office/understanding/frontpage/
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| =====================================================
message
| | There's several ways of doing this.
|
| One is to create a image out of Chamberlayne Times (which you should do
| anyway) and make your blue bird part of the image.
|
| Second is to make image of Chamberlayne Times and make it the background
of
| a table cell. Then in same cell you can place the bluebird image (as long
as
| you have it as a transparent .gif).
|
| I'm sure there are several more sophisitcated ways to do this but these
| would be the simplest..I think.
|
| BTW you should optimize your images, even on vdsl it takes an eternity to
| load you home page.
|
| hth
|
| rob
| "Pye"
<pye(removethispleasebeforewritingmeoriwontgetit)@pyechamberlayne.com>
| wrote in message
| | At www.pyechamberlayne.com I would like to have little seasonal
| pictures -- like the bluebird that's there now -- obscure a few letters of
| the phrase "Chamberlayne Times" on what, in a newspaper, would be called
the
| masthead.
| |
| | A problem is that the "picture properties" dialog box lists only three
| types of wrapping: none, left and right.
| |
| | I think it's fun and appealing to super-impose pictures on titles, the
way
| Google does on red-letter days like Millard Fillmore's birthday or the
date
| of the discovery of DNA or the quark.
| |
| | Pye
|
|
 
J

Jon Spivey

You should be able to stop the background image from tiling, either in a
div or table cell. Something like
<style type="text/css">
#theDiv{
width:200px;
background: #fff url(back.gif) center no-repeat
}
<div id="theDiv"><img src="bird.gif"></div>

You could position the background image and the bird exactly where you
wanted it this way - doesn't have to be centered. I believe NN4 would get
the position wrong and stick the background top left, which isn't too bad,
every other 4+ browser should be fine with it
 
S

Stefan B Rusynko

Or
http://www.westciv.com/style_master/academy/browser_support/index.html




| Ask & you shall receive ;-)
| http://www.macedition.com/cb/resources/abridgedcsssupport.html
| http://devedge.netscape.com/library/xref/2003/css-support/
|
|
| --
| Cheryl D. Wise
| MS-MVP-FrontPage
| [email protected]
|
|
| | I need a compatibility chart ;-)
|
|
| | | Adding to what Crash has said:
| |
| | Not all browsers support a cell background image. And, you would have to
| be
| | very, very careful about setting the size of the cell in order to keep the
| | background from tiling.
|
|
 
Top