Zeriz
-
font size problem
As far as I know; you have to define a line-height and a body text size for em to work optimally. body { font-size: 87,5%; line-height: 1.65em; } p { font-size: 3em; } test Try this. :)
-
Scrolling text lags while the image carousel slides!
Well, since this thread has gone far away from the top; I'm bumping the thread. Anyone?
-
Give CSS to a tag less text present in a div.
I'm sorry, I have less experience with the MCV Razor engine, so I'm not sure if I can help any further now that I see what the real problem is. I guess you could make jQuery search the documents for the id "#footer", and make it…
-
Give CSS to a tag less text present in a div.
Not sure if I understand the question 100%, but from what I can see you know what a class and a id is - but it always helps to refresh your mind about the basics. An ID can only be used once in a document, and a class selector can be used as many t…
-
From Noob to Pro !
Sure, no problem! :) Just nice to help! :D
-
From Noob to Pro !
1. The first steps I would say is; getting a decent editor with code highlightning, I use Panic Inc.'s Coda editor in OS X, and after that you have to figure out what kind of language you would like to work with. PHP & MySQL is the most com…
-
Block Older Browsers
Conditional Stylesheets? As an example; make a stylesheet for lte IE6 (Lower Than or Equal) and put this code into the stylesheet only: * { display: hidden background-color: black } body:after { content: "Only eligable for browsers with HTML5-…
-
PLAVEB - New Website
Nice job! It looks very professional and overall it's very clean and it's easy to manage yourself around the website. And one more thing. I would STRONGLY recommend you to change the way you use the buttons/links in the text-rotator. Let…
-
Website Feedback
"virtual" said:Sorry to be cruel, but that is not a design it is just boxes separated by margins. If you want to do a Wild West theme, you will need some graphics for your background. If design and Photoshop are not your forte, you can get…
-
Colourful Code
The neon text is eating up my eyes from the inside out, and the blue text needs to be darkened. I wouldnt be able to read your articles and posts for 5 minutes straight, cuz then I would have a bad headache. And the website overall needs a little …
-
How to build a CMS
Overall the tutorial looks good. I think I'm going to try it out step by step ;) Good Job!