Thread css: div zwischen 2 tabellen: firefox: nicht ok (9 answers)
Opened by esskar at 2005-10-20 01:46

esskar
 2005-10-20 02:44
#24622 #24622
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
ok; hier ne gefixte version

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!-- TIMER START: process admin.tt -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<base href="http://sk:3000/">

<title>OxWebMail v3.01 - Administration</title>

<meta name="language" content="de">
<meta name="keywords" content="WebMail">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="cache-control" content="no-cache, must-revalidate, no-store, post-check=0, pre-check=0">
<meta http-equiv="cache-control" content="private">
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="pragma" content="private">

<script language="Javascript" type="text/javascript" src="/static/javascript/misc.js"></script>

<link rel="stylesheet" href="/static/css/default.css" type="text/css">
<style type="text/css">
table
{
width: 100%;
}
td
{
vertical-align: middle;
text-align: center;
}
</style>

</head>

<body>

<table border="0">
<tr>
<td>
<div class="windowAdmin">
<form id="adminform" name="login" action="/login" method=
"post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="sid" value="" />

<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td class="topWindow"><img src="/static/images/admin.gif" width="22" height=
"16" alt="Login" /></td>
<td class="topWindow" width="100%">Administration</td>
</tr>
</table>


<div id="navigation">

<menu><li><a href="">Global Setting</a></li>
<li><a href="">Global Options</a></li>
<li><a href="">Global Filter</a></li>
<li><a href="">Global Addressbooks</a></li>

<li><a href="">User Management</a></li></menu>
</div>

<div id="contentAdmin">
</div>

<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td class="bottomWindow" width="100%"><input id="signinbutton" type=
"submit" class="formButton" value="Apply Changes" name="applychanges" /></td>
</tr>
</table>
</form>

</div>
</td>
</tr>
</table>

</body>
</html>
<!-- TIMER END: process admin.tt (0.000312 seconds) -->


besser wurde es aber dadurch nicht!\n\n

<!--EDIT|esskar|1129761921-->

View full thread css: div zwischen 2 tabellen: firefox: nicht ok