You are viewing our Forum Archives. To view or take place in current topics click here.
- Forum Archives Index
- Search
- Search found 3 matches
All posts by: JC_DESIGN
-
Topic: JC Design.... Well Structured code
-
JC_DESIGN
-
Replies: 0
Views: 8,034Hey everyone,
I'm Joshua a front-end web developer and have been learning to code for around 2 years now.
I'm just searching around for anyone that would like my input or help in a project.
I ... -
Topic: Need some PHP help.
-
JC_DESIGN
-
Replies: 13
Views: 9,744The br tag wouldn't be the correct way in this case.
Include your style.css and target the div class around the input forms.
Style the classes by targeting them in the style sheet with the class ...- 0useful
- 0not useful
-
Topic: HTML/JavaScri - Change background image on rollover problems
-
JC_DESIGN
Forum: Programming ForumPosted: Subject: HTML/JavaScri - Change background image on rollover problems -
Replies: 9
Views: 9,451Hey dude,
function hover(element) {
element.setAttribute('src', 'http://dummyimage.com/100x100/eb00eb/fff');
}
function unhover(element) {
e ...- 1useful
- 0not useful
- Forum Archives Index
- Search
- Search found 3 matches
You are viewing our Forum Archives. To view or take place in current topics click here.