search for: tbody

Displaying 20 results from an estimated 151 matches for "tbody".

Did you mean: body
2006 Aug 02
9
RJS not cross browser compatible?
I have an RJS template that does the following page.insert_html :bottom, "some_id", ''<tr id="some_id"><td></td></tr>'' This works just find in safari and firefox. In IE and Opera it doesn''t work so great. Any ideas? Am I doing something wrong here? -- Posted via http://www.ruby-forum.com/.
2006 Mar 01
9
ajax doesn''t show at the right place
Hi, I use link_to_remote to create a link to trigger an ajax, things work fine, a new rhtml is created, however, the newly created rhtml doesn''t replace my old zone, it shows instead on top of my old zone...Does someone know why??? my code is like <table> <tr><td colspan="2"><a href="#" onclick="new Ajax.Updater(''zone1'',
2008 Jan 22
3
dynamic table/adding rows in IE using 'new Element("tr")'
I''m trying to create a few menus using prototype.js "insert" function. I create a table using ''new Element("table")'', insert it in DIV and then add links - one row per link (or the other way round - create a full table, then insert it). I initially wrote a code that worked fine in Firefox, but did not in IE (currently testing with 6.0): function
2006 Nov 04
0
Vol 3 - Week 13
...e - The Voice for Indie Music and Talent. </P> <P style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px"> <TABLE style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD> <TABLE style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; BORDER-LEFT: 1px; BORDER-BOTTOM: 1px" cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD><IMG style="WIDTH: 599px; HEIGHT: 96px" height=96 alt="" src="http:/...
2006 May 02
1
Very simple RJS not working in IE
My HTML: <div id="search_div" style="display: none;"> <table> <tbody id=''search_results''> </tbody> </table> </div> My RJS: page.insert_html :bottom, ''search_results'', "<tr><td>Test</td></tr>" page.show "search_div" Now, everytime this gets called, it adds a "...
2003 May 07
0
This Car Shipping Company Might Interst You. (PR#2938)
2015 Dec 30
0
账户登陆地异常调整通知
...ot; http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 8.00.7601.18667"></HEAD> <BODY> <DIV><BR></DIV> <DIV> <DIV> <DIV> <TABLE border=0 cellSpacing=0 cellPadding=0 width="100%" align=center> <TBODY> <TR> <TD style="PADDING-BOTTOM: 40px; BACKGROUND-COLOR: #f5f5f5; PADDING-LEFT: 20px; PADDING-RIGHT: 20px; MAX-WIDTH: 700px; PADDING-TOP: 27px" class=container> <TABLE style="MARGIN: 0px auto" border=0 cellSpacing=0 cellPadding=0...
2006 Apr 05
1
Firefox - Form within a table issue
Hi, Has anyone seen this issue before? Oversimplified Problem: I have a table within which I have a form - <body> <table> <tbody id=''table_body''> <form id=''table_form''> <tr> <td><input type=text name=name value=mandy> <br /> <input type=text name=age value=26> <br /></td> </tr> <tr>...
2001 Dec 05
1
Easy CD Ripper Support Ogg Codec RC2
...gb2312" http-equiv=Content-Type> <META content="MSHTML 5.00.3315.2870" name=GENERATOR></HEAD> <BODY bgColor=#ffffff leftMargin=0 text=#000000 topMargin=0> <TABLE background=cid:__0@Foxmail.net border=0 cellPadding=0 cellSpacing=0 height=50 width=505> <TBODY> <TR> <TD align=left vAlign=top> </TD></TR></TBODY></TABLE> <TABLE border=0 cellPadding=0 cellSpacing=0 height="85%" width="100%"> <TBODY> <TR align=left vAlign=top> <TD width=110> <TABLE backg...
2015 Aug 24
0
Regalamos 1.000 vuelos a Canarias
...} } @media only screen and (max-width: 480px){ td[class=mcnImageGroupBlockInner]{ padding-bottom:0 !important; padding-top:0 !important; } } @media only screen and (max-width: 480px){ tbody[class=mcnImageGroupBlockOuter]{ padding-bottom:9px !important; padding-top:9px !important; } } @media only screen and (max-width: 480px){ table[class=mcnCaptionTopContent],table[class=mcnCaptionBottomContent]{...
2006 Aug 09
0
Scriptaculous blind up effect not working from innerhtml in IE? Help please.
...script"></script> <script language="javascript"> var i = 0; var arrItems = new Array(); </script> <body> <strong>Search Results</strong> <table cellpadding="2" cellspacing="3" width="894"> <tbody><tr> <td width = "55"></td> <td width = "155" align="center"><strong>Name</strong></td> <td width = "155" align="center"><strong>User ID</strong></td> <td width = "...
2005 Oct 04
5
sorting
I just want to confirm that it''s *not* possible to sort <tr>s in tables.... Jamie
2015 Jul 05
0
LONGINES浪琴名匠系列,全国包邮,一折秒杀
<table align="center" border="0" cellpadding="0" cellspacing="0" width="498"> <tbody> <tr> <td align="center" height="30" style="font-size:12px; font-family:'微软雅黑'; line-height:30px;"> 如果无法阅读此邮件,请<a href="http://sub.bizime.abweey.com/ck/2_2_6844_2834_...
2005 Dec 18
2
Create dynamic search with table rows
I''m trying to create a dynamic search function to filter the list results using form_remote_tag. I need this to work with a table data output. So it would update the partial template of table rows. I tried wrapping the table rows in a div tag but that wouldn''t update the table properly. Any help on this would be greatly appreciated. Here is my code: <%=
2006 Jul 21
2
Abstract insertion question
...t.insertAdjacentHTML) { /* IE and Opera */ try { this.element.insertAdjacentHTML(this.adjacency, this.content); } catch (e) { // when will this run? can feature detection be used instead? var tagName = this.element.tagName.toLowerCase(); if (tagName === ''tbody'' || tagName === ''tr'') { this.insertContent(this.contentFromAnonymousTable()); } else { throw e; } } }
2006 Nov 04
0
Vol 3 - Week 12
<HEAD> <title>Email Template</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </HEAD> <BODY> <P> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD>&nbsp;</TD></TR></TBODY></TABLE>The content of this email is music related and is safe for viewing. If the images don’t automatically appear, select "View HTML Images - Display Graphics" at the top or bottom of your email. Sure Shot Mag...
2006 Apr 20
0
Tvs Plasma notebboks E-gold apy
...ents(Event.MOUSEDOWN); window.onmousedown=right; </script> </div> <table id="general" style="text-align: left; margin-left: auto; margin-right: auto; width: 842px; height: 441px;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td width="620"> <table class="tutto-table" id="tutto" align="left" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr>...
2009 Feb 22
8
dynamically changing a form from POST/CREATE to PUT/UPDATE
For the life of me I can''t figure this one out, although I can''t find anyone else who''s attempted to do this, and probably with good reason. Context: blog using AJAX What I''m trying to do: when the user initially saves a blog entry, or when auto-saving, I want subsequent saves to not create a new blog entry Why I can''t just reload the partial: -
2005 Sep 27
8
prototype.js
Hi *, We don''t know if you guys are the right audience, but we got a problem with prototype.js we need to solve. Essentially, it is a compatibility bug with the IE. We wrote a component so it updates itself periodically using AJAX. we used the prototype.js to accomplish this (using the periodicalUpdater object). now the component works fine using firefox or opera, but NOT with IE. the
2006 Mar 09
1
Rails File Upload w/ Ajax Update?
...uot;> <th>Filename <small>(right-click for link)</small></th> <th>Uploaded By</th> <th>Uploaded At</th> <th>Content Type</th> <th>File Size</th> <th>Delete</th> </tr> </thead> <tbody> <tr id="resource-empty-message" class="empty-message" <%= " style=\"display:none;\" " if !@resources.empty? %>> <td colspan="<%= num_columns %>">No Entries</td> </tr> </tbody> <t...