Page 1 of 1
New portfolio design
#5
Posted 16 February 2008 - 10:38 AM
danilux;491667 said:
I like it very clean, the only thing i don't like is the logo, it looks like a comercial entity logo or a web hosting logo and IMO it doesn't look good on a portafolio. but other than that it looks great.
I'll think about the logo.. thanks!
#6
Posted 17 February 2008 - 08:40 PM
Instead of javascript, use css for image rollovers. http://alistapart.com
#7
Posted 19 February 2008 - 04:28 AM
Also, if you want to take it a step further with CSS rollovers, you can do what I do to eliminate the issue with them flickering upon initially being hovered over.
Simply combine both image states side by side in the same image when you save it. In my case I have the default to the left and the rolled over state to the right. Which makes the image the same height but twice the width.
In regards to making it a rollover lets say you made a button that's 100x30.
What I do is create a class for it in the CSS like so:
.link1{
width: 100px;
height: 30px;
background-image: url(images/link1.png); <---(or whatever your directory is)
}
THEN rather than linking to a separate image to roll over in the hover state, I simply change the background position which moves the original already loaded image over and displays the other state seamlessly.
.link1:hover{
background-position: -100px 0;
}
Since the fixed dimensions are 100x30 and the image is 200x30 it only shows half at a time and is positioned in the "top left" corner by default so it only shows the left half of the image until rolled over.
Long story short, what that does is when the page is first loaded, it shows your links as they are by default but since the rolled over state is the same image it's technically loading those too you just don't see it. Then when you roll over them, they change and don't flicker one bit.
Also, to simply apply it to a link in case you didn't already know just assign a class property to it like so:
Hope this helps.
Simply combine both image states side by side in the same image when you save it. In my case I have the default to the left and the rolled over state to the right. Which makes the image the same height but twice the width.
In regards to making it a rollover lets say you made a button that's 100x30.
What I do is create a class for it in the CSS like so:
.link1{
width: 100px;
height: 30px;
background-image: url(images/link1.png); <---(or whatever your directory is)
}
THEN rather than linking to a separate image to roll over in the hover state, I simply change the background position which moves the original already loaded image over and displays the other state seamlessly.
.link1:hover{
background-position: -100px 0;
}
Since the fixed dimensions are 100x30 and the image is 200x30 it only shows half at a time and is positioned in the "top left" corner by default so it only shows the left half of the image until rolled over.
Long story short, what that does is when the page is first loaded, it shows your links as they are by default but since the rolled over state is the same image it's technically loading those too you just don't see it. Then when you roll over them, they change and don't flicker one bit.
Also, to simply apply it to a link in case you didn't already know just assign a class property to it like so:
Hope this helps.
#17
Posted 12 July 2008 - 12:31 AM
AirForceOnes;497571 said:
very nice design. you rely a lot on ajax
.
i might steal a few ideas for my portfolio
natekasco.com.
i might steal a few ideas for my portfolio
Well be careful, since it seems like some ideas he has are already stolen by him from other people.
Yes, he delivered some Wp themes that were direct ripp-offs from free themes copyrighted to other people!
Just be careful!
#18
Posted 14 July 2008 - 04:05 AM
Web lay out is very simple. Plz check the site(http://www.datadubai.com) and other sites which i giving below signature.
Dubai Directory - Links Business & Real Estate | UAE & Dubai Business Services Directory | Sports Wholesalers & Suppliers Directory|Something Directory
Dubai Directory - Links Business & Real Estate | UAE & Dubai Business Services Directory | Sports Wholesalers & Suppliers Directory|Something Directory
Page 1 of 1








Sign In »
Register Now!
Help

MultiQuote