ppuniversal
-
[Solved] CSS and OCRA font
"ppuniversal" said:[quote="apostrophe"]First, do you mean OCR-A? Secondly, the name of one font does not constitute a family. #myDivID { font-family: OCR-A, monospace; } Lastly, what do you mean you have i…
-
[Solved] CSS and OCRA font
"apostrophe" said:First, do you mean OCR-A? Secondly, the name of one font does not constitute a family. #myDivID { font-family: OCR-A, monospace; } Lastly, what do you mean you have installed it on your server? Do …
-
How to get the page load effect like www.julienzmiro.com
"falkencreative" said:It isn't exactly the same, but this is a very similar idea: http://www.w3avenue.com/2009/10/02/quer ... r-website/ The example site in your post uses a jquery script/plugin to do the preloading: http://www.julie…
-
How to design websites to which displays properly.
Thanks "The Doc" and Greg, I will try to follow 960px system and see the outcome. Will update what I find out. Thanks, Pawan
-
How to design websites to which displays properly.
Yes, the margins changes and all the scroll comes. Should I be designing with 1024x768 to avoid these scrollig? Somebody suggested me that I should use "em" instead of "px". I think that they are used only for font sizes, and n…
-
How to get a header and footer on HTML?
"AshtonSanders" said:I have not personally done this or tested it, but I imagine with some testing you could work this out: If you have an image that is the height of the printed page, you can repeat-y that as a background image body {bac…
-
Suggestion for a good CSS Book for beginners.
"daGUY" said:Check out "Cascading Style Sheets - The Definitive Guide" by Eric Meyer. Fantastic resource to have at your disposal. Thanks, This book looks good ! Pawan Pillai
-
Suggestion for a good CSS Book for beginners.
"matt25" said:I think the web is the best resource for learning CSS. Have a look round subscribe to rss feeds, follow of twitter and all that and you will learn quickly and discover great resource's for other things aswell. W3schools …
-
Suggestion for a good CSS Book for beginners.
Thanks Matt, I am following web for CSS and JavaScript. But still I fell that a proper book may be useful. I have seen a lot of CSS-Tricks videos and other articles and am learning something everyday through web. I will still continue my search for…