Re: JRT's special day



In news:44k1chF2iffdU1@xxxxxxxxxxxxxx,
Rabbit whispered softly in my ear...:
"MCC" <mcc5959@xxxxxxxxxxx> wrote in message
news:4xuw4nhabw5m$.wrknigftmbod$.dlg@xxxxxxxxxxxxx
Sandra, it doesn't matter what settings I have my monitor set to,
and I've gone from 800x600 pixels to 1600x1200, the 5 and 0 are
stacked one above the other. That's in Firefox.

Thanks Mike. Do the top/bottom and side edges of the centre line up
OK in Firefox? I'm learning from all this.


As per, I am straw clutching, but I think it may be down to sums!

I looked at the source of the page and I 'think' it may be something to
do with this bit

<table border="0" cellpadding="0" cellspacing="0" width="50%">
<tr>
<td width="34%"><img border="0" src="hrtleft.gif" width="62"
height="62"></td>

<td width="33%"><embed width="80" height="95"
src="shine5.dcr"><embed width="80" height="95" src="shine0.dcr"></td>
</center>


<td width="33%"><p align="right"><img border="0" src="hrtright.gif"
width="62" height="61"></td>

</tr>

</table>

Right, you have split the table row into 3 equal parts, one gif in the
first bit, then two .dcrs in the next ( which are the two you are having
trouble with) and one gif in the third.

From what was specified before that, you are doing this in a table that is
750 pixels wide,

inside that is another table which is specified as 95% of the available
width
i.e. 95% of 750 = 713 ( I aint bothering with halves of pixels!)

and within that one is a final table , specified as 50% of the available
width..so now its 50% of 713 = 356

So when you get to splitting that up into 3, you have 356 divided by 3 =
118

first cell is 118 pixels, gif is 62 wide, it fits
third cell is 118 pixels, gif is 62 wide, it fits

second cell is 118 pixels, it has 2 .dcrs in at 80 pixels wide for each =
160 - they dont fit!

Well IE must be somehow jiggling it a bit and letting us see them as if
they fit, but it looks like Firefox isn't ? We are always being told that
IE is 'forgiving'


Try splitting that table row into four rather than three, and having the
5 and the 0 in separate table data cells?

356 divided by 4 = 89, wide enough to put an 80pixel wide thing in?

or even not specifying the width of the cells at all? I dunno

Don't know if that will solve it, but its worth a try, I don't think its
anything to do with the file type or the fact its embedded, but hey! I am
just a numpty , lol what would I know?


--
Ticketty᧧


.



Relevant Pages

  • Re: text box appearing as image in some browsers
    ... Putting text in a VML text box will cause problems for FireFox as you said, but placing text in a table cell will be OK for all browsers. ... Anything you can configure for a text box can be configured for a table cell or using a little CSS or even the property sheets in FrontPage. ... Text boxes are produced using the Drawing toolbar in FrontPage, ... Firefox shows the text boxes as images that have in some cases ...
    (microsoft.public.frontpage.programming)
  • How can I make the browser display changes at once?
    ... unexpected problem: neither Firefox nor Chrome displayed the changes ... recursive function that consumes them FIFO. ... window.setTimeout(time1, 0, cell); ...
    (comp.lang.javascript)
  • Re: Weirdest Internet Explorer issue Ive ever seen.
    ... As far as I can tell, the gist of it is that the third link calls the same function called by the first link followed by the same function called by the second link. ... In both IE7 and Firefox, another strange thing is that when the input field is created with width set to 100%, it slightly overlaps the right border of its containing table cell. ...
    (alt.html)
  • Re: Justify and/or Hyphenate Plain Text
    ... rossz wrote: ... >>else it fits. ... IE and Opera support it, ... I have not tested it on a recent version of Firefox. ...
    (alt.html)
  • Re: Obtaining the width of a table-cell
    ... what the displayed width of a table cell is. ... Lots of webpages claim that one uses OffsetWidth. ... Opera and Firefox appear in this respect to be bug-compatible ... Opera recognises it, ...
    (comp.lang.javascript)