mcguiver178
-
What kind of Degree did you get in Web Dev?
self taught, am going for graphic design and marketing instead of computer science
-
simple jquery. why won't it work?
are you trying to make a hover where you highlight only the one that's mousedover?
-
CSS help positioning website
1. wll usually the body might go in a width of 1024px, as a standard measurement. 2. you cannot have a duplicated property, for ex: .position{ margin-top:1px; margin-top:25px; width:48px;} you can't have 2 "margin-top" properties …
-
Parallax Scrolling!
I'll upload the project to my personal site and throw you a link so we can discuss with easier time, you'll see the link here! thanks again :)
-
CSS help positioning website
1183px.... the standard width is 1024px, so that you can see it in every display correctly, or at least in most of them, try changing it for proper styling, and the easiest way is using as the peeps above me said.. set a width to the body (not to …
-
Padding and margin problem in ie6
css Conditionals man! all the way, read about it... or browser Detection with javascript, I can offer those two ways out since those are the ones that work for me.
-
Background Image
this is a big help for me man... use it in the future: http://www.colorzilla.com/gradient-editor/
-
Parallax Scrolling!
I got the hang of parallax scrolling with this plugin: http://jonraasch.com/blog/scrolling-parallax-jquery-plugin Altho I havent been able to do the horizontal movement with the vertical scrolling! am still learning, btu I already got the hang of…
-
Making Family Tree for Website, Any Ideas?
it would deffinately make it look better, but if he wants to keep it simple, he could go for the HTML divs... altho the connecting thingy is the part I ommited... that would be bad....
-
How to make my background images work in IE8?
Well there could be two reasons, either the multiple background issue, or the .png try to use jpgs, altho I´m not completely sure if IE8 can or not read pngs, but I knoe IE has something against them.
-
Making Family Tree for Website, Any Ideas?
use divs within divs man, you have to give your body a min width, then center it in the page with margin:0 auto; , and go from there, once you have the beginning centered, you can just start adding the divs and floating them against eachother. just…
-
Cool vertical parallax page scroll effect.
I am using the jquery.scrolling-parallax.js does anyone knows how to make an element move horizontally when you scroll down vertically?
-
How can this look be achieved?
I took a look at this post and well, i found it sooo amazing, that I'm actually redesigning my webpage to work like this! altho I'm having some troubles with the positioning of the images and everything, so anyone that has mastered this...…
-
jQuery validate breaks conditional fields
Brighton, I know you had already solved the problem but I would go for a simpler Validation with Javascript/jquery. What I used to do was: 1. get the data from the form in a Variable: var FirstName = $('#txtBox1').val(); 2. I validate…
-
any recommendations for this project I'm about to take on?
hey DesignVassal, I was making some research on a subscribe and login, and well, I made a series of files in ColdFusion to Validate, insert and back-end validation in ColdFusion without the need of a CMS... I mean, you could use a CMS for the interf…