473,383 Members | 1,919 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,383 software developers and data experts.

Firefox rendering problem

I have a Datalist below its inside another datalist
In IE it renders fine which means the first td cell with width = 130px is
wider than the others
So any text in there if its too long goes to the next line.
But when i view it in FIREFOX if the text is too long it doesn't go to the
next line
the cell just goes wider..
Any ideas how to fix the cell in firefox.
Thanks
<asp:DataList id="dg" runat="server" Width="450px">
<ItemTemplate>
<table cellpadding="0" border="1" bordercolor="#132E55"
cellspacing="0" Width="450px">
<tr class="txtOffercont">
<td width="130px">
<b>
<asp:Label ID="Label1" text='<%#
DataBinder.Eval(Container.DataItem, "season") %>' Runat="server"
BorderWidth="0">
</asp:Label></b></td>
<td width="80px">
<b>
<asp:Label ID="Label2" text='<%#
DataBinder.Eval(Container.DataItem, "single") %>' Runat="server"
BorderWidth="0">
</asp:Label></b></td>
<td width="80px">
<b>
<asp:Label ID="Label3" text='<%#
DataBinder.Eval(Container.DataItem, "twin") %>' Runat="server"
BorderWidth="0">
</asp:Label></b></td>
<td width="80px">
<b>
<asp:Label ID="Label4" text='<%#
DataBinder.Eval(Container.DataItem, "triple") %>' Runat="server"
BorderWidth="0">
</asp:Label></b></td>
<td width="80px">
<b>
<asp:Label ID="Label5" text='<%#
DataBinder.Eval(Container.DataItem, "triple") %>' Runat="server"
BorderWidth="0">
</asp:Label></b></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
Apr 25 '06 #1
0 1067

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

Similar topics

7
by: Tony LaPaso | last post by:
Hi All, I have a simple style sheet example below and I'm seeing different results in IE 6 vs. Firefox 1.0.3. I'm not sure which browser is rendering it correctly but I'm tending to think it's...
3
by: usenet | last post by:
Hi All, I have some initialization to be done at page load time, which changes the text of some anchors so that they are consistent with the query string (these anchors are used as criteria...
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:...
14
by: expertware | last post by:
Ok! to avoid confusion I will start a new argument. Thanks!! FIREFOX 1.0.7 AND IE6 viewed through DATATIME: a summary REPORT ===============================================================...
3
by: Jason Honn | last post by:
I have an .aspx page that renders fine in IE6, but it does not render properly in Firefox. If I change the extension from .aspx to .htm everything renders just fine in Firefox. The problem I am...
1
by: NightWalker | last post by:
Hello all: I'm having a problem correctly rendering a web page that uses layers to display a web form on top of a flash object. The problem is that the layer renders correctly but the scroll...
12
by: Brad | last post by:
Does anyone have any other solutions to the Firefox rendering problems with ASP.NET? I've tried the <browsercaps> web.config trick. It didn't work. Am I overlooking something else? Thanks!
3
by: wwfarch | last post by:
I've been killing myself for the past few hours trying to get this working in Firefox and Opera. The page renders as I'd like in IE7, I haven't checked in other IE versions yet. You can see the page...
2
by: pronerd | last post by:
Hi, I have a status bar that works in IE that I now need to get working in Firefox. It checks the status of a frame's .readyState attribute to see if the frame is done rendering. I am wondering...
3
by: SAL | last post by:
Hello, I did google this issue and found some stuff related to BrowserCaps section of either web.config or machine.config but it didn't work. It seems that most pages in my webapp are okay but a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.