Maikel
-
How to code this picture in CSS??
Uh.. http://jsfiddle.net/Maikel1234/vgXUq/ Didn't have much time.
-
Sticky Ad That Follows Browser Scrolling
http://css-tricks.com/examples/PersistantHeaders/
-
Might be useful for some: bordered popup speech bubble
Cool. But it would be a little bit better if the speech bubble was a bit cleaner, and had a toggle feature.
-
How realistic of a goal is to teach myself webdesign and make a career out of it?
It's a decent paying job. If you design websites for companies, and businesses then you'll get quite a bit of cash. Also, several people use Web Developers and Web Designers. So one makes the functions while the other styles it, so you cou…
-
Roll over text buttons
http://jsfiddle.net/Maikel1234/CJfTB/ I have a terrible understanding of people, so I probably didn't do that right.
-
help with IE gradient
background: -ms-radial-gradient(center, ellipse cover, black 0%,#eee 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='black',GradientType=1 );
-
Comma in Tag
I think I might have misunderstood you.. But here's my attempt.. http://jsfiddle.net/Maikel1234/ypnjE/
-
Centering a pop-up window...
http://jsfiddle.net/Maikel1234/f4c2P/
-
Centering a pop-up window...
First off, try to add classes for each picture in the div. Also, what you're thinking of MIGHT be a jQuery Lightbox. jQuery light boxes are images or content in the center of the page while the rest of the page that's not in the div is u…
-
Centering a pop-up window...
It also shouldn't be that difficult to do this even with random images. If you've got like 20 million different images then I would recommend using JavaScript to do so. If there's a few then you can ad an ID to the element and go from…
-
Centering a pop-up window...
http://jsfiddle.net/Maikel1234/C5rRm/1/ There, I wrote it for you.
-
Centering a pop-up window...
http://jsfiddle.net/Maikel1234/C5rRm/ Make the negative margin's half the size of the div's height and width.
-
Making text input editable with HTML?
No, no. I want it so I can put write the text with html codes and whatever I put in comes out as the code so if I put in Title The word "Title" comes out red.
-
combining my javascript
It would probably be best if you didn't. This could get confusing.
-
Javascript text counter for textarea, off by one number!?
http://jsfiddle.net/Maikel1234/SsR4G/
-
Heavier CSS File vs. more classes in your HTML
You can have a few classes in one. Ever seen a code like Test However, they should probably allow more.
-
Heavier CSS File vs. more classes in your HTML
Sorry, double post
-
possible css error in body?
body { overflow-x: hidden; } Should do the trick.
-
Is this done by CSS or something else?
Using css positioning, and z-index.
-
CSS Animation help
The examples you are talking about, and the example you showed are transitions.