seb_z_lite
-
Tutorials
this is a really good Javascript book with a console and interactive exercises: Eloquent Javascript: http://eloquentjavascript.net/contents.html
-
@fontface not working in firefox
works well in Opera too.
-
@fontface not working in firefox
seems fine. Is it Firefox 15? I noticed various bugs that are bothering me with this new update.
-
Different Background Color only in IE
isn't it a transparency issue? I'm not sure. I had the same thing happen to me before and i think the trick to fix it is to put a background color on the image.
-
Image Swap Menu: CSS Conflict on my page?
no actually , It's "text-align:left". You probably know all that since you built the site. Just trying to help.NIce site by the way, splendide!
-
Image Swap Menu: CSS Conflict on my page?
Salut, what I did to fix it is: I put "display:block" on the anchor that surrounds the text and contrived it with a width. Then, I put text-align:right on the div that contains everything and did "float:right" on the h2 or h3. Th…
-
Generating font-face css for custom fonts
I support font designers. I pay for my fonts.And I said Microsoft, if I need Arial Black and I m using Linux, do you think I m going to buy it?. but, Gill Sans MT was created by mr. Gill in 1926. and here it says : http://www.microsoft.com/typogr…
-
Generating font-face css for custom fonts
seriously, did any of you ever used a license for a Microsoft font? I guess I m an alien and an outlaw.
-
Generating font-face css for custom fonts
I personally don't think it's because of this. Unless you entered the option : " I don't have a license" like in Cufon.
-
Very Very Simple Loading Animation Effects for Sites
are you talking about the page fade in? If so, it's been used since the 90's I think. Btw, where did you get the idea for the rainbow boxes on your site? ha ha!
-
Check my template Please. Elements for blogger template all over the place on dif browsers
I like your stuff btw.
-
Check my template Please. Elements for blogger template all over the place on dif browsers
it's perfect in Firefox.
-
Help for designing
I really like Codrops for portfolio ideas. check it out here
-
animate a transparent png over a jpg
really funny!I might use it actually.Thanks for the link!
-
Recommend IDE for Windows
Netbeans used to be my favorite. I liked it better than Komodo , Eclipse or Aptana. It's good for PHP, HTML and CSS. No python support anymore. I use Vim now , It's an addiction. With zencoding plugin and the sass or less highlighting,you …
-
sliding callouts
dude,even better! check this out,, it explains it! prevent animation queue buildup
-
sliding callouts
if you want the slides to be cleaner, put .stop() before .animate() and it makes it cleaner, you never have two slides going up at the same time. I learned that trick yesterday.
-
Blogger + Facebook Comment Count
you should look on the Facebook developers's page. or ask that on Stack Overflow.
-
Firefox issues
ok, I found out why it's pushing on the right.Your div.break with the break.jpg in it. I removed it and it worked.oops, i m stupid, it's part of your footer..
-
Firefox issues
it's weird because,when you look in Chrome Dev tools,your divs are positioned in the flow normally but in Firebug, the #flyinggiant div covers the whole bottom part. Also, the fact that none of your divs have positioning on them means they'…
-
How is this done?
they're floating elements with a relative positioning on them.If you use Chrome, open Chrome Dev tools and over these little headers,right-click and go:inspect element.It shows you the css properties of the elements. What surprised me though is…
-
Active Page Link
it's not a:current,it's a:active. a:link /* unvisited links */ a:visited /* visited links */ a:hover /* user hovers */ a:active /* active links */ -----------------------------*/ this is basic css!
-
how can i float this fb like button...
ok, your div .textwidget is not wide enough. I put it at 150px, floated right the like button and put a margin-top of -55px. The best would be to float everything or position relative on the div and the elements could be abs.positioned. There's…
-
Problems with UL margins
I just checked and it's 160px exactly instead of 135! It works well.
-
PHP website Layout
so you do want to rewrite your header and footer includes on each page. Well, use Ajax ! It's bad for SEO but good for the soul. just kidding...
-
Css animation.
check this out: that's a loop! It's from a Stack Overflow question btw.
-
Responsive sites
@evert .I understand your need to be sceptical. I'm the same with most things in life but when you go to your favorite restaurant and they renovated the toilets, are you going to be confused that much If they change the spot where the urinals w…
-
Making up tags - WHY is it wrong?
wow, that post obfuscated me, It think I m gonna go minify in a corner and play with my W3C standards and my friend J the query...
-
Wrap or spill over images
csswizardry.com/2011/02/css-powered-ribbons-the-clean-way/