Browsing the archives for the css category

Overlay a Lightbox on a Page

in cool scripts, css

Here’s a cool script I just made that allows you to overlay a lightbox with whatever you want in it on any page (Google, this site, etc)
Drag the link below into your bookmarks
and click it on any site you want to cloak / put a “light box” (an overlaying box) on. When you click the [...]

18 Comments

Site Design: CSS Positioning

in css

With CSS, one of the big things you’ll need to do is position your elements. You may have used something like <table width=’100′ height=’100′> in the past, problem with that is it’s not valid. I’m trying to teach people valid code
If you don’t understand anything in this article, either leave a comment with [...]

1 Comment

Site Design: The Basics

in css

So, to start, I’m going to say that this all might be confusing, if you need help with something, post it in the comments and I’ll get things worked out for you.
When coding, I don’t use tables or tags like <font> (which most people tend to use). Why? Because the code can get really jumbled [...]

4 Comments