Click here to Skip to main content
15,902,198 members
Home / Discussions / Web Development
   

Web Development

 
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 
Man, I really hate html/css...

Here's some html that displays correctly in Firefox, but incorrectly in IE6. Can anyone tell me how to make it look the same in IE6?

The problem concerns the two center red cells in the top row.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>My Web page</title>
    <meta http-equiv="Expires" content="0" />
</head>
<body>

<table width="100%" cellspacing="1">
    <tr>
        <td style="background-color:#ff0000; height:58px; width:30px;" ></td>
        <td style="background-color:#ff0000; height:58px; width:331px;"></td>
        <td style="background-color:#ff0000; height:58px;">             </td>
        <td style="background-color:#ff0000; height:58px; width:15px;"> </td>
    </tr>
    <tr>
        <td style="background-color:#ff0000;width:30px;"></td>
        <td colspan="2">
            <table class="med" style="width:100%; background-color:#aaaaaa;" cellpadding="0" cellspacing="1">
                <tr>
                    <th style="width:100px;">1</th>
                    <th style="width:100px;">2</th>
                    <th style="width:48px;" >3</th>
                    <th style="width:38px;" >4</th>
                    <th style="width:46px;" >5</th>
                    <th style="width:60px;" >6</th>
                    <th >Really wide column 7</th>
                    <th style="width:75px;" >8</th>
                    <th style="width:75px;" >9</th>
                    <th style="width:75px;" >0</th>
                    <th style="width:14px;" >A</th>
                    <th style="width:14px;" >B</th>
                    <th style="width:58px;" >C</th>
                    <th style="width:58px;" >D</th>
                    <th style="width:26px;" >E</th>
                    <th style="width:26px;" >F</th>
                    <th style="width:26px;" >G</th>
                </tr>
            </table>
        </td>
        <td style="background-color:#ff0000;width:15px;"></td>
    </tr>
    <tr>
        <td style="background-color:#ff0000;height:15px;width:30px;"></td>
        <td colspan="2" style="background-color:#ff0000;height:15px;"></td>
        <td style="background-color:#ff0000;height:15px;width:15px;"></td>
    </tr>
</table>

</body>
</html>





"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


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 
QuestionToolbar Images: Pin
Shahzad.Aslam24-May-07 2:57
Shahzad.Aslam24-May-07 2:57 
AnswerRe: Toolbar Images: Pin
Christian Graus24-May-07 15:39
protectorChristian Graus24-May-07 15:39 
QuestionWhich is flexible/optimal solution to save uplaoded image? Pin
SmitaKashyap24-May-07 2:32
SmitaKashyap24-May-07 2:32 
AnswerRe: Which is flexible/optimal solution to save uplaoded image? Pin
Mark J. Miller24-May-07 9:03
Mark J. Miller24-May-07 9:03 

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.