Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Graphic Design
My Portfolio design
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Roon" data-source="post: 204149" data-attributes="member: 30338"><p>I agree with the E-Portfolio bit.</p><p>Size of the footer text has been decreased to 17px from 30px.</p><p>There is some "mouseenter" effects which start... </p><p>[CODE]$(document).ready(function(){</p><p> $('#link').mouseenter(function(){</p><p> $('#link').fadeTo(150, 1);</p><p> $('#link').css("border", "2px solid #000000"); </p><p> })</p><p> $('#link1').mouseleave(function(){</p><p> $('#link1').fadeTo(150, 0.30);</p><p> $(this).css("border", "0px");</p><p> });</p><p>});[/CODE]</p><p>I'm a fan of the backgrounds that look like they never end, but I can never find them :s</p></blockquote><p></p>
[QUOTE="Roon, post: 204149, member: 30338"] I agree with the E-Portfolio bit. Size of the footer text has been decreased to 17px from 30px. There is some "mouseenter" effects which start... [CODE]$(document).ready(function(){ $('#link').mouseenter(function(){ $('#link').fadeTo(150, 1); $('#link').css("border", "2px solid #000000"); }) $('#link1').mouseleave(function(){ $('#link1').fadeTo(150, 0.30); $(this).css("border", "0px"); }); });[/CODE] I'm a fan of the backgrounds that look like they never end, but I can never find them :s [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Graphic Design
My Portfolio design
Top