If your good with Photo shop, stop by my website and get a hold of me. I am looking for experienced designers to partner with. Most of my time is being taken up with coding.
You could also pay me to code your design to your network. Contact me from my website.
EXCELLENT DESIGNS.. IF I CAN GET MY PAGE TO LOOK THIS GOOD, I WILL BE A HAPPY CAMPER.
ictrouble4u 4 months ago
This doesnt make any sense
StealY0urFace 1 year ago
Can u help me, please? How can I upload full-width video to Youtube? Thank you.
opicakuz 1 year ago
how do you change the names of the boxes on the main body for instance where it said photos videos latest activity please someone
jbub949 1 year ago
Are you a web developer?
I'm looking for a web developer for a social website venture.
Can you help.
jojokhader 1 year ago
can you post your website url?
knicksn11 2 years ago
Hi 17DM,
If your good with Photo shop, stop by my website and get a hold of me. I am looking for experienced designers to partner with. Most of my time is being taken up with coding.
You could also pay me to code your design to your network. Contact me from my website.
JP
skins4ning 2 years ago
how do you keep the background static while i scroll down or up through the blog
CAZ3126 2 years ago
You would need to add the word "fixed" to the CSS that controls your background image.
Find the code using Firebug or look in the CSS code and see if it is already there.
skins4ning 2 years ago
thx..i got take a look :)
CAZ3126 2 years ago
Sorry,
It won't be in the CSS code as fixed. You would be looking for the word "Scroll"- Change it to fixed.
skins4ning 2 years ago
don't see either of them..but i'll keep looking
CAZ3126 2 years ago
@CAZ3126 body {
background:url( IMAGE URL HERE );
background-color: #000;
background-attachment: fixed;
background-position: bottom;
background-repeat: no-repeat;
}
crass770 1 year ago