Hallo Leute.
Ich sitze momentan an einer Seite und möchte den Content durch einen Frame gerne Scrollbar machen.
Nur leider zeigt er mir diesen nicht an.
Kennt ihr eine Lösung meines Problems
Muss nicht umbedingt Frame sein, hauptsache Scrollbar)
Hier mal die Codes:
frame.html
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Frame</title>
</head>
<body>
<?php page_content(); ?>
</body>
</html>
|
index.html
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php page_header(); ?>
</head>
<body>
<div id="back">
........
<div id="content"><iframe allowtransparency="true" src="frame.html" style="border:0px #FFFFFF none;" name="Frame" scrolling="auto" frameborder="0" align=aus marginheight="0px" marginwidth="0px" height="495" width="410"></iframe></div>
........
|
Kennt jemand eine Lösung meines Problems? Wenn ja wäre ich echt dankbar wenn ihr mir sagen könntet wie ich es trozdem hinkriege:-)
LiveDemo:
http://webcms.kilu.de/cms/
Danke