SmashDeveloper
-
[Solved] Strange Nested Element Issue
#home p, #about p, #section p { margin-top: 45px; font-family: "ff-nuvo-web-pro-1", "ff-nuvo-web-pro-2"; color: #fff; background-color: rgba(0, 0, 0, 0.7); padding: 7px 10px; width: 550px; } You would ne…
-
Helvetica Nue @font face
You can use the ttf version and use a online converter tool like FontSquirrel Fontface Generator but the licence doesn't allow that.
-
Centering
You could use the or easily make it like this (the recommended way): HTML One Two Three Four CSS #nav{ margin: 0 auto; text-alignment: center; } #nav ul, li{ display:inline; } #nav ul{ list-style-type: none; }…
-
Text Smoothing
Thanks guys ! :D @jamy_za: I tryed it and it works perfect! Thank you! @clokey2k: Well yes, that's the first thing I found on Google and the first thing I tried out... SmashDeveloper
-
Which browsers do you test in?
Hi Gno ! Well, it is a hard to explain question. I'll try my best. When I'm developing the site, I usually use Chrome or Safari (they are both web-kit browsers) because they show similar results. When I finish all the development of the s…
-
Trying to do simple jQuery action
What does the everyTime plugin do ? SmashDeveloper
-
[SOLVED] Mozilla header logo border
I used it in HTML.
-
check out this website
Well, if you are aiming at simplicity you are on the right way, but if you want efficiency you will have some problems. I would use sprites or a image preloader for the images. The design isn't very bad actually for what we see these days on sc…
-
HTML CSS to Wordpress
Text isn't a very efficient way to explain that to you.. It gets a little complicated on some parts :) I agree whit @clokey2k. You should watch that Screencast for precise details :) SmashDeveloper