First div |
This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources
Submission Guidelines
First div |
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 |
|
|
|
![]() |
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! |
|
|
|
Powderhound21 First div Jul 26 2007, 01:17 AM
IVIike it's a good attempt. i personally think it is ... Jul 26 2007, 05:15 PM
illmatic-life I mean well, I'm not a big fan of it ; but you... Jul 27 2007, 09:54 AM
_cheekz_ nice for your first, i like the colors and the the... Jul 27 2007, 04:51 PM
Powderhound21 QUOTE(_cheekz_ @ Jul 27 2007, 05:51 PM) n... Jul 27 2007, 10:59 PM
SinfullySweet Wait, did you mean for the scrollbar to appear? Jul 27 2007, 11:53 PM
Powderhound21 QUOTE(SinfullySweet @ Jul 28 2007, 12:53 ... Jul 28 2007, 01:43 AM
digitalfragrance Since you have a new topic about a new layout,
To... Jul 28 2007, 01:57 AM![]() ![]() |