Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~305 People Reached
Favorite Forums
Favorite Tags
Member Avatar for MarrkoR

Hi, i use jquery and this function: var news = setInterval(function() { $('#news).load(news2.php?id='+ Math.random()); }, 5000); But this function re-enter div. I want to add a div, that old data remains.

Member Avatar for Airshow
0
51
Member Avatar for MarrkoR

Hi, I want to put the div in the middle of the page. I found one: pagetext-align: center; but work only with IE.

Member Avatar for Troy III
0
39
Member Avatar for MarrkoR

Hi, i have 4 div and I want to do so: [url]http://img15.imageshack.us/img15/2514/divd.png[/url] But i have trouble whit right div. It is below the second div. [CODE] <html> <head> <style type="text/css"> body { margin:0; margin-top: 0; margin-bottom: 0; text-align: center; } div.all{ width: 600px; background-color: #5292d9; } div.left{ float: left; width: …

Member Avatar for leegeorg07
0
75
Member Avatar for MarrkoR

Hi, Who can know where to find the photoshop tutorial how to draw a poker table. something like this: [url]http://www.pokerdeal.org/images/party-poker-table.jpg[/url] or [url]http://www.bigslickspokerplace.com/poker-room-reviews/paradise-poker-review-images/paradise-poker-table.jpg[/url] I very long use google, but nothing

0
44
Member Avatar for MarrkoR

Hi, I have problam whit jquery. Whit IE work everything OK(work fine), but whit Mozila or Opera i have problam: Hirs function "sec" work, fine, but secont in file index2.php "sec3" don't. index.php [CODE] <html> <head> <script type="text/javascript" src="jquery.js"></script> <script> $(document).ready(function(){ var sec = setTimeout(function() { $('#sec').load('index2.php?id='+ Math.random()); }, 1000); …

Member Avatar for hengzhe
0
96