Click here to Skip to main content
15,879,096 members
Home / Discussions / Web Development
   

Web Development

 
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
mve#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
mve#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
mve#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 
QuestionProblem in accessing Web Service Pin
PkRawat24-May-07 0:33
PkRawat24-May-07 0:33 
AnswerRe: Problem in accessing Web Service Pin
kubben24-May-07 2:47
kubben24-May-07 2:47 
Questionweb service problem Pin
amalatsliit23-May-07 19:53
amalatsliit23-May-07 19:53 
AnswerRe: web service problem Pin
kubben24-May-07 2:52
kubben24-May-07 2:52 
QuestionStatic Code Analysis Tool for Classic ASP Pin
Davy Mitchell23-May-07 11:31
Davy Mitchell23-May-07 11:31 
AnswerRe: Static Code Analysis Tool for Classic ASP Pin
Davy Mitchell24-May-07 21:42
Davy Mitchell24-May-07 21:42 
AnswerRe: Static Code Analysis Tool for Classic ASP Pin
redtoad2-Jul-09 17:43
redtoad2-Jul-09 17:43 
QuestionConnect to database and display [modified] Pin
matjame23-May-07 3:38
matjame23-May-07 3:38 
AnswerRe: Connect to database and display Pin
StianSandberg23-May-07 10:43
StianSandberg23-May-07 10:43 
Questionhow to paas a asp array to javascript's function ??? Pin
Ankur.Bakliwal23-May-07 1:01
Ankur.Bakliwal23-May-07 1:01 
AnswerRe: how to paas a asp array to javascript's function ??? Pin
Dmitry Khudorozhkov23-May-07 1:26
Dmitry Khudorozhkov23-May-07 1:26 

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.