Click here to Skip to main content
15,915,324 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Javascript OOP with the setInterval() Pin
Dmitry Khudorozhkov25-May-07 9:49
Dmitry Khudorozhkov25-May-07 9:49 
GeneralRe: Javascript OOP with the setInterval() Pin
chaddolan26-May-07 2:08
chaddolan26-May-07 2:08 
QuestionIIS requires object download everytime I browse to the page... Pin
Mundo Cani24-May-07 22:21
Mundo Cani24-May-07 22:21 
QuestionRestore data from datatable to database Pin
sm_78224-May-07 21:08
sm_78224-May-07 21:08 
AnswerRe: Restore data from datatable to database Pin
Mark J. Miller25-May-07 7:35
Mark J. Miller25-May-07 7:35 
Questionhelp in displaying image in Hyperlink control Pin
EEmaan24-May-07 19:45
EEmaan24-May-07 19:45 
AnswerRe: help in displaying image in Hyperlink control Pin
Mark J. Miller25-May-07 7:29
Mark J. Miller25-May-07 7:29 
QuestionIIS OUT OF PROCESS Pin
Rajkamal_dfine24-May-07 19:00
Rajkamal_dfine24-May-07 19:00 
Questionwhy this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
suroor45324-May-07 14:11
suroor45324-May-07 14:11 
AnswerRe: why this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
Christian Graus24-May-07 15:32
protectorChristian Graus24-May-07 15:32 
GeneralRe: why this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
suroor45328-May-07 12:11
suroor45328-May-07 12:11 
QuestionSaveAs Dialog in JavaScript Pin
hamidreza_buddy24-May-07 8:23
hamidreza_buddy24-May-07 8:23 
AnswerRe: SaveAs Dialog in JavaScript Pin
Dmitry Khudorozhkov25-May-07 9:45
Dmitry Khudorozhkov25-May-07 9:45 
QuestionManipulate server control with client script? Pin
Mundo Cani24-May-07 8:11
Mundo Cani24-May-07 8:11 
AnswerRe: Manipulate server control with client script? Pin
Christian Graus24-May-07 15:39
protectorChristian Graus24-May-07 15:39 
GeneralRe: Manipulate server control with client script? Pin
Mundo Cani24-May-07 22:18
Mundo Cani24-May-07 22:18 
GeneralRe: Man this is frustrating... Pin
#realJSOP24-May-07 6:25
professional#realJSOP24-May-07 6:25 
GeneralRe: Man this is frustrating... Pin
Geo Pa24-May-07 8:25
Geo Pa24-May-07 8:25 
GeneralRe: Man this is frustrating... Pin
#realJSOP24-May-07 8:42
professional#realJSOP24-May-07 8:42 
GeneralRe: Man this is frustrating... Pin
Guffa24-May-07 8:59
Guffa24-May-07 8:59 
GeneralRe: Man this is frustrating... Pin
George L. Jackson24-May-07 10:25
George L. Jackson24-May-07 10:25 
QuestionMan this is frustrating... Pin
#realJSOP24-May-07 5:39
professional#realJSOP24-May-07 5:39 
AnswerRe: Man this is frustrating... Pin
Guffa24-May-07 6:14
Guffa24-May-07 6:14 
AnswerRe: Man this is frustrating... Pin
Harini N K25-May-07 19:54
Harini N K25-May-07 19:54 
Hi
I have tried and modified your code.. both browser is working fine

see the code below:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
    <title>My Web page</title><br />
    <meta http-equiv="Expires" content="0" /><br />
</head><br />
<body><br />
<br />
<table width="100%" cellspacing="1"><br />
    <tr><br />
        <td style="background-color:#ff0000;width:30px;"></td><br />
        <td colspan="2" style="background-color:#ff0000; height:58px; width:980px;"></td>        <br />
        <td style="background-color:#ff0000; height:58px; width:15px;"></td><br />
    </tr><br />
    <tr><br />
        <td style="background-color:#ff0000;width:30px;"></td><br />
        <td colspan="2"><br />
            <table style=" height:58px; width:980px; background-color:#aaaaaa;"><br />
                <tr><br />
                    <th style="width:100px;">1</th><br />
                    <th style="width:100px;">2</th><br />
                    <th style="width:48px;" >3</th><br />
                    <th style="width:38px;" >4</th><br />
                    <th style="width:46px;" >5</th><br />
                    <th style="width:60px;" >6</th><br />
                    <th >Really wide column 7</th><br />
                    <th style="width:75px;" >8</th><br />
                    <th style="width:75px;" >9</th><br />
                    <th style="width:75px;" >0</th><br />
                    <th style="width:14px;" >A</th><br />
                    <th style="width:14px;" >B</th><br />
                    <th style="width:58px;" >C</th><br />
                    <th style="width:58px;" >D</th><br />
                    <th style="width:26px;" >E</th><br />
                    <th style="width:26px;" >F</th><br />
                    <th style="width:26px;" >G</th><br />
                </tr><br />
            </table><br />
        </td><br />
        <td style="background-color:#ff0000; height:58px; width:15px;"></td><br />
    </tr><br />
    <tr><br />
        <td style="background-color:#ff0000;width:30px;"></td><br />
        <td colspan="2" style="background-color:#ff0000; height:58px; width:980px;"></td>        <br />
        <td style="background-color:#ff0000; height:58px; width:15px;"></td><br />
    </tr><br />
</table><br />
<br />
</body><br />
</html>


Harini

QuestionToolbar Images: Pin
Shahzad.Aslam24-May-07 2:57
Shahzad.Aslam24-May-07 2:57 

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.