DObrý den , potřeboval bych pomoct. dělám launcher a máji tam být novinky co napíšu na webu. na webu ale mám že je obrázek a text v scrollbaru a když pohybuji tak obrázek je stále na stejném mistě nic se s ním nedje , ale když ho jakoby vložím do programu tak je tam ten obrázek , ale jak pohybuju tak obrázek se pohybuje taky.
index.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title></title>
<style type="text/css"><!--
body {scrollbar-3dlight-color:white;
scrollbar-arrow-color:black;
scrollbar-track-color:silver;
scrollbar-darkshadow-color:gray;
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:white;
background-image: url("1.png");
}
div {
background-image: url("pozadi1.bmp");
background-repeat: no-repeat;
z-index: -1;
}
--></style>
</head>
<body>
<div style="position: absolute; width: 393px; height: 299px;
overflow-y: scroll;margin-top: -17px; left: 0px;">
<p>Lorem ipsum dolor sit amet consectetuer tellus eget pretium risus nunc.
Purus nunc ipsum Ut semper tellus habitant
eget et facilisi congue. Quis nunc malesuada et gravida diam semper dui odio
odio interdum. Quis Nullam lorem Nulla semper
Curabitur libero ligula vitae non adipiscing. Lacus Vivamus pede Ut feugiat
Curabitur Sed habitasse Suspendisse lacus vitae.
Phasellus felis tempus.</p>
<p>Leo congue enim amet Sed consectetuer dis justo Sed Vestibulum at.
Ac rhoncus justo ante adipiscing velit lobortis
gravida Pellentesque et Curabitur. At ante wisi Nam ut interdum Curabitur et
et semper ante. Non tempor leo porta dolor
semper at quis elit Aenean neque. Lobortis elit Morbi enim pellentesque justo
pretium orci odio nunc Sed. Sagittis pellentesque
quis elit Pellentesque turpis et euismod.</p>
</div>
</body>
</html>
Program :
// webBrowser1
//
this.webBrowser1.Location = new System.Drawing.Point(253, 273);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScriptErrorsSuppressed = true;
this.webBrowser1.ScrollBarsEnabled = false;
this.webBrowser1.Size = new System.Drawing.Size(396, 301);
this.webBrowser1.TabIndex = 6;
this.webBrowser1.TabStop = false;
this.webBrowser1.Url = new System.Uri("http://5.184.94.215/
wow-3-2-2/index.php", System.UriKind.Absolute);
this.webBrowser1.DocumentCompleted += new
System.Windows.Forms.WebBrowserDocumentCompletedEventHandler
(this.webBrowser1_DocumentCompleted);
Moc díky
Nešlo by udělat že by jen našlo ten text a vypsalo ho ? díky moc