Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
jhapple25 webforumsuser@macromedia.com #1
Graphic overlaps text in Netscape 4.7 for Mac
In Netscape 4.7 Mac, I have some graphics that are GIF images of text (so that the text appears to be in Futura) in the same table cell as some HTML text. Now I placed a break tag after the GIF image but it still overlaps some of the HTML text obscuring it and preventing the paragraph from being read properly. I'll leave a link to a page that I know has this problem. And this only happens in NS 4.7 Mac.
Any ideas on how to fix this would be greatly appreciated!
Thanks!
Referring URLs
[url]http://www.jeremyhill.com/rw/pages/pf_custdes.html[/url]
jhapple25 webforumsuser@macromedia.com Guest
-
Text on top of a graphic
InDesign CS - newbie - When I put text on top of a graphic it does not show. Only the text frame shows and I can color this but no text shows. I do... -
text over graphic
I would like to be able to put text over a graphic and where the graphic is for the text to be white. When the text is not over the graphic I would... -
Dyn text over a graphic in scroll pane?
Has anyone had success with getting dynamic text over a graphic in a scroll pane? I'm using MX with no luck. If you need to see where I am putting... -
Simple Text Graphic
I'm creating a simple desktop background in a blue with one row of text in a lighter shade of blue. When I save this as a bitmap and replace my... -
mouseover drop down text overlaps text on page, unreadable!
Hello, I would appreciate any suggestions on this problem. When I place my mouse over an area that has a drop down menu, the text overlaps with... -
osgood #2
Re: Graphic overlaps text in Netscape 4.7 for Mac
"jhapple25" [email]webforumsuser@macromedia.com[/email] wrote:
NN4x can be a problem browser to design for. To correct the issue you> In Netscape 4.7 Mac, I have some graphics that are GIF images of text
> (so that the text appears to be in Futura) in the same table cell as
> some HTML text. Now I placed a break tag after the GIF image but it
> still overlaps some of the HTML text obscuring it and preventing the
> paragraph from being read properly. I'll leave a link to a page that I
> know has this problem. And this only happens in NS 4.7 Mac.
>
> Any ideas on how to fix this would be greatly appreciated!
>
> Thanks!
>
>
>
>
> Referring URLs
> [url]http://www.jeremyhill.com/rw/pages/pf_custdes.html[/url]
>
>
>
>
are experiencing delete the style you have applied to the nested tables
cell, ie lightblue.
Select (highlight) the first block of text and apply the lightblue
styling to it. This makes it a <span> class. Do the same for the second
block of text.
This should get around the problem. Normally if you are going to support
NN4x I would advise that every element be inserted into its own personal
cell. That way it cant be affected by any styling applied to other
elements which may surround it.
osgood Guest
-
Dan Vendel *GOF* #3
Re: Graphic overlaps text in Netscape 4.7 for Mac
"jhapple25" [email]webforumsuser@macromedia.com[/email] wrote:
Put a nested table inside that cell, with a cell each for the two images> In Netscape 4.7 Mac, I have some graphics that are GIF images of text (so that the text appears to be in Futura) in the same table cell as some HTML text. Now I placed a break tag after the GIF image but it still overlaps some of the HTML text obscuring it and preventing the paragraph from being read properly. I'll leave a link to a page that I know has this problem. And this only happens in NS 4.7 Mac.
>
> Any ideas on how to fix this would be greatly appreciated!
and the text blocks. Here's the entire table that should go into the
editable region "content here":
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr align="left" valign="top">
<td width="265"><img src="../images/img_cd1.gif"
width="265" height="86" border="0" alt="You dream it."></td>
<td rowspan="2" width="267">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../images/img_cd3.gif" width="225"
height="43" alt="Architects have complete design flexibility."
border="0" vspace="2" hspace="0"></td>
</tr>
<tr>
<td>Quite simply, we want all of our customers to be
completely
satisfied with the end result. To ensure we allow
architects
complete design flexibility. From small details to
elaborate
features, we will work with you to realize both your
structural
needs and your design dreams. </td>
</tr>
<tr>
<td><img src="../images/img_cd4.gif" width="237"
height="21" alt="Royall Wall Systems, Inc.," border="0" vspace="2"
hspace="0"></td>
</tr>
<tr>
<td>is a company totally committed to excellence in
customer service.
Our precast concrete wall system has been tested and
proven
since 1989. Year after year we deliver a
premium-quality product
with professionalism fro a competitive price when
compared to
other building systems. So when its time to
design your
residential home, you can count on us to produce
unique materials
to your exact specification and satisfaction. </td>
</tr>
</table>
</td>
<td rowspan="2"><img src="../images/spacer.gif"
width="46" height="10"></td>
</tr>
<tr align="left" valign="top">
<td width="265"><img src="../images/img_cd2.jpg"
width="265" height="314" border="0" alt="Houses"></td>
</tr>
</table>
</td>
</tr>
</table>
--
Dan Vendel - *GOF*
[url]http://www.vendel.info[/url]
Contact me directly by clicking here:
[url]http://contact.vendel.info[/url]
Formmail tutorial:
[url]http://www.vendel.info/tut/formmail.html[/url]
Nested table demonstration:
[url]http://www.vendel.info/tabletut/[/url]
Dan Vendel *GOF* Guest
-
mick_white #4
Re: Graphic overlaps text in Netscape 4.7 for Mac
Remove <p> tag, perhaps.
Mick
"\"jhapple25\" webforumsuser"@macromedia.com wrote:
> In Netscape 4.7 Mac, I have some graphics that are GIF images of text (so that the text appears to be in Futura) in the same table cell as some HTML text. Now I placed a break tag after the GIF image but it still overlaps some of the HTML text obscuring it and preventing the paragraph from being read properly. I'll leave a link to a page that I know has this problem. And this only happens in NS 4.7 Mac.
>
> Any ideas on how to fix this would be greatly appreciated!
>
> Thanks!
>
> Referring URLs
> [url]http://www.jeremyhill.com/rw/pages/pf_custdes.html[/url]mick_white Guest



Reply With Quote

