473,396 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

FireFox / IE acting differently

dee
Hi,
I run into a problem only in FireFox and not in IE. Here is the html that
has the problem:

<table>
<tr>
<td align=left > <a href=Default.aspx> Home </a> <td>
<td> Title of My Page </td>
</tr>
</table>

when I reduce the width of the browser window the title text starts going
inside the text of the anchor. How can I prevern this?

Thanks.
Dee

Nov 19 '05 #1
6 1153
they wont go "into each other".. they may wrap and look like it though.
put a border on the table once.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"dee" wrote:
Hi,
I run into a problem only in FireFox and not in IE. Here is the html that
has the problem:

<table>
<tr>
<td align=left > <a href=Default.aspx> Home </a> <td>
<td> Title of My Page </td>
</tr>
</table>

when I reduce the width of the browser window the title text starts going
inside the text of the anchor. How can I prevern this?

Thanks.
Dee

Nov 19 '05 #2
dee
Thanks Curt,
Added a border but maked no difference, they still wrap.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:1F**********************************@microsof t.com...
they wont go "into each other".. they may wrap and look like it though.
put a border on the table once.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"dee" wrote:
Hi,
I run into a problem only in FireFox and not in IE. Here is the html that
has the problem:

<table>
<tr>
<td align=left > <a href=Default.aspx> Home </a> <td>
<td> Title of My Page </td>
</tr>
</table>

when I reduce the width of the browser window the title text starts going
inside the text of the anchor. How can I prevern this?

Thanks.
Dee

Nov 19 '05 #3
Ah. You just needed to state your problem. You're worried about
wrapping, so just throw a 'nowrap' onto your cells to stop them from
doing so:

<table>
<tr>
<td align=left nowrap> <a href=Default.aspx> Home </a> <td>
<td nowrap> Title of My Page </td>
</tr>
</table>
Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/

Nov 19 '05 #4
dee
Thanks Jason,
The problem is the nowarp takes into account the width="200" and when text
size is eanlarged in firefox the size the link text gets larger than 200 and
the title text starts "moving into" the link text as the window is shrunk.
Here's the html:

<table>
<tr>
<td width="200" align="left" nowrap><A
href="Default.aspx">Home</A></td>
<td align="middle" nowrap> My Title </td>
</tr>
</table>

I'm desiging a no pic site. If the link had has image there's no problem.
"Jason Kester" <ja*********@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Ah. You just needed to state your problem. You're worried about
wrapping, so just throw a 'nowrap' onto your cells to stop them from
doing so:

<table>
<tr>
<td align=left nowrap> <a href=Default.aspx> Home </a> <td>
<td nowrap> Title of My Page </td>
</tr>
</table>
Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/

Nov 19 '05 #5
Frankly, I wouldn't sweat it. FireFox users are used to things not
displaying right on their browser. They'll squint up their eyes and
hate Microsoft all the more. You'll come off blame-free.

Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/

Nov 19 '05 #6
dee
lol

"Jason Kester" <ja*********@gmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
Frankly, I wouldn't sweat it. FireFox users are used to things not
displaying right on their browser. They'll squint up their eyes and
hate Microsoft all the more. You'll come off blame-free.

Jason Kester
Expat Software Consulting Services
http://www.expatsoftware.com/

Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Drew Martin | last post by:
The page at the below URL renders perfectly in IE6, but is failing horribly in Firefox (0.7, 0.8). I can't figure out why and was hoping someone could take a quick look at it. Most of the layout...
18
by: Niels | last post by:
Hi group, I have some problems with clearing floated divs. My usual method works fine in Konqueror, but not in Firefox. Here's an example: <html><body> <div id='left' style='float:left;...
20
by: B Wooster | last post by:
There is a page that shows Firefox 1.0 render text differently for CSS as compared to FONT FACE for one particular font: http://www.aczoom.com/fonts/xdvng.ttf is the font that does not work. ...
26
by: Spondishy | last post by:
Hi, I have a problem with divs and padding in IE6 and Firefox. Basically my example that I have attached works exactly how I want in IE6, but padding is treated differently in Firefox. My...
2
by: Nils Weisensee | last post by:
Hello! For some reason, Internet Explorer is displaying one CSS-layer on my website http://home.arcor.de/nilsweisensee/links.html slightly differently than Firefox, Opera, Konqueror and Safari...
6
by: christian9997 | last post by:
Hi I would be very helpful if someone could help me with this code. It works fine in IE but when I display it in Netscape or Firefox and I move the mouse from one menu to the other the gap...
6
by: hannibal | last post by:
Hi, i need to refresh page cathcing "onResize" event. I wrote this code: <body onResize="javascript:winodw.location.reload(true); return true;"> On I.E. it works, but it doesn't work on...
87
by: expertware | last post by:
Dear friends, My name is Pamela, I know little about CSS, but I would like to ask a question I have an image on a web page within a css layer: <DIV ID=MyLayer STYLE = "position:...
28
by: Wladimir Borsov | last post by:
The HTML source of one of my web pages starts simplified with a code like: ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ..... <BODY BACKGROUND="images/myback.gif"> <div...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.