Click here to Skip to main content
15,914,820 members
Home / Discussions / Web Development
   

Web Development

 
GeneralASP calling a DLL Problem!! Pin
Jason Jefferies16-Aug-04 23:04
Jason Jefferies16-Aug-04 23:04 
GeneralRe: ASP calling a DLL Problem!! Pin
wegerjos19-Aug-04 1:41
wegerjos19-Aug-04 1:41 
GeneralRemoving and replacing the bottom border of a table cell in Netscape Pin
Anonymous16-Aug-04 5:05
Anonymous16-Aug-04 5:05 
General<TEXTAREA> ELEMENT TEXT COLOR DOESN'T CHANGE Pin
Brendan Vogt16-Aug-04 4:38
Brendan Vogt16-Aug-04 4:38 
GeneralDatabase Transactions Pin
Brendan Vogt16-Aug-04 4:37
Brendan Vogt16-Aug-04 4:37 
GeneralASP: Combo load and combo reset Pin
Brendan Vogt16-Aug-04 4:35
Brendan Vogt16-Aug-04 4:35 
GeneralNetscape Constant Strings Pin
Brendan Vogt16-Aug-04 4:30
Brendan Vogt16-Aug-04 4:30 
GeneralThe RegExp Object Pin
Brendan Vogt16-Aug-04 4:29
Brendan Vogt16-Aug-04 4:29 
GeneralJavaScript - Validation Pin
Brendan Vogt16-Aug-04 4:27
Brendan Vogt16-Aug-04 4:27 
GeneralRe: JavaScript - Validation Pin
gmhanna18-Aug-04 15:35
gmhanna18-Aug-04 15:35 
GeneralCertificate Stores Pin
Gavin Jeffrey16-Aug-04 3:27
Gavin Jeffrey16-Aug-04 3:27 
GeneralAccess Web Browser Control Contents Pin
Asif Rehman14-Aug-04 17:07
Asif Rehman14-Aug-04 17:07 
GeneralExtracting the htm page from its shortcut Pin
mysorian14-Aug-04 4:53
professionalmysorian14-Aug-04 4:53 
GeneralRe: Extracting the htm page from its shortcut Pin
ChrisAdams15-Aug-04 19:33
ChrisAdams15-Aug-04 19:33 
Questiontable works in mozilla/firefox but not IE -- rowspan issue? Pin
sbeausol13-Aug-04 9:42
sbeausol13-Aug-04 9:42 
this table fails to resolve properly with IE. THe top left cell is the problem -

http://mule.med.harvard.edu/test.html

here is the code:
<table width="643" height="493" border="1" cellpadding="2" cellspacing="5">
<tr>
<td width="321" height="25" bgcolor="#CCCCCC">321x25</td>
<td width="321" height="241" rowspan="2">321x241</td>
</tr>
<tr>
<td height="318" rowspan="3">321x318</td>
</tr>
<tr>
<td height="25" class="style8">321x25</td>
</tr>
<tr>
<td height="26" bgcolor="#CCCCCC" class="style7">321x25</td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" class="style8"><span class="style7">321x25</span></td>
<td height="202" rowspan="6">321x202</td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" class="style8"><span class="style7">321x25</span></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" class="style8"><span class="style7">321x25</span></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" class="style8"><span class="style7">321x25</span></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" class="style8"><span class="style7">321x25</span></td>
</tr>
<tr>
<td height="25" bgcolor="#CCCCCC" class="style8"><span class="style7">321x25</span></td>
</tr>
</table>

end code


any idea why? It works in mozilla/firefox...


AnswerRe: table works in mozilla/firefox but not IE -- rowspan issue? Pin
Steven Campbell13-Aug-04 15:23
Steven Campbell13-Aug-04 15:23 
GeneralURL filter problem Pin
Vasek13-Aug-04 0:32
Vasek13-Aug-04 0:32 
GeneralRead &amp; Write INI Files Using VBScript Pin
Steve Meyers11-Aug-04 8:23
Steve Meyers11-Aug-04 8:23 
GeneralRe: Read &amp; Write INI Files Using VBScript Pin
alex.barylski12-Aug-04 5:29
alex.barylski12-Aug-04 5:29 
GeneralRe: Read &amp; Write INI Files Using VBScript Pin
Anonymous12-Aug-04 5:41
Anonymous12-Aug-04 5:41 
GeneralRe: Read &amp; Write INI Files Using VBScript Pin
alex.barylski12-Aug-04 11:35
alex.barylski12-Aug-04 11:35 
GeneralSaving result of xml/xsl transformation Pin
David Chamberlain11-Aug-04 7:01
David Chamberlain11-Aug-04 7:01 
GeneralRe: Saving result of xml/xsl transformation Pin
yourbuddy778-Sep-04 18:53
yourbuddy778-Sep-04 18:53 
GeneralCustom button question Pin
Chris Losinger11-Aug-04 6:15
professionalChris Losinger11-Aug-04 6:15 
GeneralRe: Custom button question Pin
ChrisAdams11-Aug-04 23:37
ChrisAdams11-Aug-04 23:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.