[x]

deviantART

 

New Website Design Apr-16-2006 by ~XxFireDragonxX:iconXxFireDragonxX:


©2006-2009 ~XxFireDragonxX
Details
Submitted: April 16, 2006
Image Size: 806 KB
Resolution: 700×1417
Comments: 4
Favourites & Collections: 1 [who?]

Views
Total: 599
Today: 0


Thumb

Artist's Comments

This is a new website design that I might (hopefully ;-)) use sometime between April of this year & when I am in Community College.
The purpose of this layout is to show off my talent for designing webpages.
One of the things that you should know about this layout is that when you hover over "mark.seymour" at the top-left corner, it glows. I do this by having ONE graphic (gif) with the "normal" version of the text, and the "highlighted" version of the text at the bottom. In CSS I have:
#logo {
background: url('../images/logo.gif') top center no-repeat;
}
#logo:hover {
background: url('../images/logo.gif') bottom center no-repeat;
}

Sometime I might describe the technique on my site, or something like that.

It took a little bit of work with it (considering that I only started it around thrusday/friday of the second week of April, and continued working on it on the sunday of that week.)

So for now, enjoy :)
If you have any questions about it or any suggestions to add to it, just comment on this, or email me at markseymour.89@hotmail.com.
[x]

Devious Comments

love 0 0 joy 0 0 wow 0 0 mad 0 0 sad 0 0 fear 0 0 neutral 0 0

Comments


so it is just a css overflow button you have? You can do the same thing with "block".

**CY**
Well, the whole CSS code is at
[link]
I use a H1 at top so then it's more accessible;
So how would I use "Block" to do it?

--
:damphyr: XxFireDragonxX
Seeing the entire code makes it understandable. You make a overflow button with the 'display block' element in CSS to replace a header with an image.
Doesnt your image flicker when you hover it? CSS overflows tend to do that. Preloading might help then

**CY**
well, for me it hasn't, also you want to note that it's one whole background image.

--
:damphyr: XxFireDragonxX

Site Map