But I wondering that how can I put the new site open to my websites body "section" (<div class="body" )? I have tried everything and can't get it working properly.
So how can I do that? Is it possible? What things I have to change or add to code?
I'm sorry, I know how difficult it is writing in another language, but I really don't understand your question. Could you try again and maybe post a link to help you explain what it is you want to do.
This is my first time using jquery, so I am totally noob.
So I installed that "http://css-tricks.com/color-fading-menu-with-jquery/" at my website and it is working great,
no problem with that.
But I wondering that how can I put the new site open to my websites body "section" (<div class="body" )?
I have tried everything and can't get it working properly.
So how can I do that? Is it possible? What things I have to change or add to code?
Sorry bad english.
I'm sorry, I know how difficult it is writing in another language, but I really don't understand your question. Could you try again and maybe post a link to help you explain what it is you want to do.
This is what I want jquery do: When I click the link hoverBtn, script loads external websites content to my websites (index.php) inside body div.
<div id="pageWrap">
<div id="pageBody">
<a class="hoverBtn" href="http://css-tricks.com/">link1</a>
<a class="hoverBtn" href="http://example2.com/">link2</a>
<a class="hoverBtn" href="http://example3.com/">link3</a>
<a class="hoverBtn" href="http://example4.com/">link4</a>
<div class="clear"></div>
</div>
</div>
<div class="main">
<div class="content">
<h1>example</h1>
<div class="body">
--> EXTERNAL SITES CONTENT HERE!
</div>