Log In · Register

 

Resource Center Links

This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources

Submission Guidelines

First div
Powderhound21
post Jul 26 2007, 01:17 AM
Post #1


bonjour.
**

Group: Member
Posts: 16
Joined: Jul 2007
Member No: 549,401



Fall 07 layout.

Took me a day or two to actually get all the nav lnks working. Still may add onmouseover images to the nav section.

Comments and criticism welcome.

Fall.07
 
 
Start new topic
Replies
TehJusty
post Jul 26 2007, 04:27 AM
Post #2


Love at first sight
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 365,246



For your first div I'd say you did a mighty fine job. Few things though:

A) Your music player is a bit big and requires the use of a scroll bar. I'd personally recommend a smaller player, especially if you're only going to have one song playing

B)Your first DIV reminds me a lot of my own. I wasn't too design savvy [Can't exactly say I am yet], and so I simply implemented HTML and CSS aspects into an image, which is a good beginner tactic imo. However, in this case, since it is a relatively large image, I'd recommend reducing the size so that there isn't so much negative space with nothing in it.

C)Last little thing I have to say is that you might want to consider removing the repeat from your code.
Right now you have --
CODE
body {background-color:transparent; background-image:url("http://img466.imageshack.us/img466/6882/fall083br8.gif"); background-repeat:repeat; background-position:center center; background-attachment:fixed; overflow:auto;}


Note where it says "background-repeat:repeat" Instead, what you might want to do is change it so that it reads

CODE
body {background-color:transparent; background-image:url("http://img466.imageshack.us/img466/6882/fall083br8.gif"); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; overflow:auto;}


That way it does repeat on higher resolutions and makes it really pop. Note that if you do that you'll want to choose a nice background color that compliments your main image, as the myspace default background color is white.


So, those are my few words of advice. For a first shot you did splendidly! Can't wait to see what else you manage to do in the future!
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: