Pictures overlap text ...why?

  • Thread starter Thread starter Silvio
  • Start date Start date
S

Silvio

Hello, despite I am using relative position some use
report that the pictures on my web site are overlapping
the text. Any one has an idea of what's going on and how
to fix this problem? In my browser everything seem to be
fine. If you wish, you can take a look at it at
http://www.johnshakespeare.com/poetry.htm

Thank you all,
Silvio
 
Avoid using absolute positioning, use tables to structure your layout and
your users will not have this issue.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
I am NOT using absolute positioning.
-----Original Message-----
Avoid using absolute positioning, use tables to structure your layout and
your users will not have this issue.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp




.
 
So what is this from your poetry.htm page:

<v:path gradientshapeok="t" o:connecttype="rect"/>
</v:shapetype><v:shape id="_x0000_s1029" type="#_x0000_t202"
style='position:absolute;
left:143.25pt;top:1176.75pt;width:252.75pt;height:167.25pt;z-index:1'
filled="f" fillcolor="none" stroked="f" strokecolor="none">
<v:textbox>

and this...

</v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout;position:
absolute;z-index:1;left:191px;top:1569px;width:341px;height:227px'><img
width=341 height=227 src="poetry_files/image001.gif" alt="Text Box: "
v:shapes="_x0000_s1029"></span><![endif]></p>

and this...

<!--[if gte vml 1]><v:shape
id="_x0000_s1030" type="#_x0000_t202"
style='position:absolute;left:148.5pt;
top:2565pt;width:178.5pt;height:183.75pt;z-index:1' filled="f"
fillcolor="none"
stroked="f" strokecolor="none">

and so on...
--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
PS
Plus non IE users will usually not see your shape art

--



| So what is this from your poetry.htm page:
|
| <v:path gradientshapeok="t" o:connecttype="rect"/>
| </v:shapetype><v:shape id="_x0000_s1029" type="#_x0000_t202"
| style='position:absolute;
| left:143.25pt;top:1176.75pt;width:252.75pt;height:167.25pt;z-index:1'
| filled="f" fillcolor="none" stroked="f" strokecolor="none">
| <v:textbox>
|
| and this...
|
| </v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout;position:
| absolute;z-index:1;left:191px;top:1569px;width:341px;height:227px'><img
| width=341 height=227 src="poetry_files/image001.gif" alt="Text Box: "
| v:shapes="_x0000_s1029"></span><![endif]></p>
|
| and this...
|
| <!--[if gte vml 1]><v:shape
| id="_x0000_s1030" type="#_x0000_t202"
| style='position:absolute;left:148.5pt;
| top:2565pt;width:178.5pt;height:183.75pt;z-index:1' filled="f"
| fillcolor="none"
| stroked="f" strokecolor="none">
|
| and so on...
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > I am NOT using absolute positioning.
| >
| > >-----Original Message-----
| > >Avoid using absolute positioning, use tables to structure
| > your layout and
| > >your users will not have this issue.
| > >
| > >--
| > >
| > >==============================================
| > >Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >WEBMASTER Resources(tm)
| > >
| > >FrontPage Resources, Forums, WebCircle,
| > >MS KB Quick Links, etc.
| > >==============================================
| > >To assist you in getting the best answers for FrontPage
| > support see:
| > >http://www.net-sites.com/sitebuilder/newsgroups.asp
| > >
| > >| > >> Hello, despite I am using relative position some use
| > >> report that the pictures on my web site are overlapping
| > >> the text. Any one has an idea of what's going on and how
| > >> to fix this problem? In my browser everything seem to be
| > >> fine. If you wish, you can take a look at it at
| > >> http://www.johnshakespeare.com/poetry.htm
| > >>
| > >> Thank you all,
| > >> Silvio
| > >>
| > >
| > >
| > >.
| > >
|
|
 
Back
Top