Log In · Register

 

Resource Center Links

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

Submission Guidelines

 
Reply to this topicStart new topic
Finished Layout
funride
post Oct 16 2009, 09:37 PM
Post #1


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



http://funride.org/v2.html
Go there to see it!
I like it.
 
datass
post Oct 16 2009, 09:48 PM
Post #2


(′ ・ω・`)
*******

Group: Official Designer
Posts: 6,179
Joined: Dec 2004
Member No: 72,477



hmmm, that's much better than your previous ones.
the placement of the 'shenae grimes' is a bit strange, as well as the color. i dont know, it looks more like a divider between the two pics than a word itself. maybe you want it to work that way.
lol, and your black top border is thinner than the sides, your bottom border is a bit thicker.
 
funride
post Oct 16 2009, 09:57 PM
Post #3


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



I meant to do those things, lol.
 
datass
post Oct 16 2009, 10:06 PM
Post #4


(′ ・ω・`)
*******

Group: Official Designer
Posts: 6,179
Joined: Dec 2004
Member No: 72,477



you mean, you meant to have uneven border thickness?
 
funride
post Oct 16 2009, 10:11 PM
Post #5


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



Yeah, that wasnt supposed to be a border as I originally made the layout, lol.
 
Mikeplyts
post Oct 16 2009, 10:26 PM
Post #6


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



This is definitely a nice improvement. All I suggest is that you make the borders' widths even, maybe make the background pattern a bit of a lighter blue, and change up the font you used on the header (like Christy said). I'm thinking maybe like a white text set to soft light and then a faint drop shadow would look kinda nice. Otherwise, great job. thumbsup.gif
 
funride
post Oct 16 2009, 10:30 PM
Post #7


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



Oh just a thought, did anyone notice the little Shenae's in the big Shenae's clothes?
 
HeartOfPandora
post Oct 17 2009, 12:40 AM
Post #8


i like boobies, yes I do. I like boobies - how 'bout you?
*****

Group: Member
Posts: 620
Joined: Jun 2008
Member No: 662,457



The [lack of] typography is making my eyes bleed (and also my brain hurt).

Also, try higher quality images - her tights look absolutely horrendous.
 
datass
post Oct 17 2009, 01:09 AM
Post #9


(′ ・ω・`)
*******

Group: Official Designer
Posts: 6,179
Joined: Dec 2004
Member No: 72,477



QUOTE(funride @ Oct 17 2009, 11:30 AM) *
Oh just a thought, did anyone notice the little Shenae's in the big Shenae's clothes?

oh. yeah.. i just did

terrible terrible terrible
what were you thinking?!
 
synatribe
post Oct 17 2009, 10:21 AM
Post #10


AIDS at RAVES.
******

Group: Official Designer
Posts: 2,386
Joined: Dec 2007
Member No: 598,878



the layout is nice, however the background is a little too busy for my liking, also the layout is not centered in Chrome, I dont know if that is what you intended, but it derives the focus of content from being centralized.
 
emberfly
post Oct 17 2009, 10:26 AM
Post #11


kthxbai
******

Group: Official Designer
Posts: 2,832
Joined: Feb 2008
Member No: 621,203



not centered in firefox, either. 1440x900

the borders should all be the same width.

I do not like having to tilt my head to read text.

I do not like having to squint my eyes or zoom in to 400% just to read the text on the page.
 
funride
post Oct 17 2009, 10:46 AM
Post #12


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



How do you make it exactly centered, I use Chrome and it seems fine.
 
synatribe
post Oct 17 2009, 10:49 AM
Post #13


AIDS at RAVES.
******

Group: Official Designer
Posts: 2,386
Joined: Dec 2007
Member No: 598,878



QUOTE(funride @ Oct 17 2009, 10:46 AM) *
How do you make it exactly centered, I use Chrome and it seems fine.

the reason is all computer resolutions are different, I have a 24 inch screen monitor so I use 1600 x 1024 resolution which is way bigger than the standard 1024x768 and in coding, you cannot center a layout by using pixels, you need to do a left:50% and margin-left:-(half of layout)px in order to get it centered in most browsers
 
funride
post Oct 17 2009, 10:52 AM
Post #14


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



QUOTE
the reason is all computer resolutions are different, I have a 24 inch screen monitor so I use 1600 x 1024 resolution which is way bigger than the standard 1024x768 and in coding, you cannot center a layout by using pixels, you need to do a left:50% and margin-left:-(half of layout)px in order to get it centered in most browsers

Oh, thank you.
 
Maccabee
post Oct 17 2009, 12:32 PM
Post #15


Senior Member
*******

Group: Official Designer
Posts: 5,880
Joined: Nov 2007
Member No: 593,382



the text looks a little out of place. nice though. i like the coloring. its basic but nice. dashed lines are a little old though. try using an image.
 
Mikeplyts
post Oct 17 2009, 12:45 PM
Post #16


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



Uh, hello. Anybody remember centering with the margin?

CODE
* {
     margin:0 auto;
}


^That's a wildcard by the way.
 
fixtatik
post Oct 17 2009, 12:47 PM
Post #17


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



QUOTE(funride @ Oct 17 2009, 11:46 AM) *
How do you make it exactly centered, I use Chrome and it seems fine.

margin: auto;
margin: auto;
margin: auto;
margin: auto;
margin: auto;



Everyone keeps saying divs are bad and tables are bad. Neither are bad. Using absolute positioning to center a container isn't bad, it's just extra work. Use margin:auto; and make the browsers do the math and thinking for you.

edit: Fast Mike. :\ I wouldn't really use a wild card for margins, since you'll make everything centered, including everything inside the container like extra divs, lists, paragraphs...everything.
 
Maccabee
post Oct 17 2009, 12:56 PM
Post #18


Senior Member
*******

Group: Official Designer
Posts: 5,880
Joined: Nov 2007
Member No: 593,382



QUOTE(Mikeplyts @ Oct 17 2009, 12:45 PM) *
Uh, hello. Anybody remember centering with the margin?

CODE
* {
     margin:0 auto;
}


^That's a wildcard by the way.

this.
i would just wrap the whole layout in a container div and center that. if you use a wildcart it will center stuff inside of stuff inside of stuff inside of stuff.
 
funride
post Oct 17 2009, 02:16 PM
Post #19


Funride.org
*****

Group: Member
Posts: 326
Joined: Jul 2007
Member No: 542,299



I dont know what a wild card is.
 
creole
post Oct 17 2009, 02:17 PM
Post #20


Senior Member
*******

Group: Staff Alumni
Posts: 4,665
Joined: Aug 2008
Member No: 676,364



QUOTE(funride @ Oct 17 2009, 12:16 PM) *
I dont know what a wildcard is.

http://lmgtfy.com/?q=wildcard
 
mizzkim
post Oct 17 2009, 04:33 PM
Post #21


meow meow meow
****

Group: Member
Posts: 149
Joined: Mar 2004
Member No: 7,364



I think the black borders around the square are a bit boring, maybe you can add some style to it. I like the graphics and the background.
 
emberfly
post Oct 17 2009, 05:27 PM
Post #22


kthxbai
******

Group: Official Designer
Posts: 2,832
Joined: Feb 2008
Member No: 621,203



I don't like how the title says "finished" layout.
 
Mikeplyts
post Oct 17 2009, 07:30 PM
Post #23


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



QUOTE(fixtatik @ Oct 17 2009, 01:47 PM) *
edit: Fast Mike. :\ I wouldn't really use a wild card for margins, since you'll make everything centered, including everything inside the container like extra divs, lists, paragraphs...everything.

Yeah, I know, I realize that. I would assume he would change the wild card accordingly though. mellow.gif


:P
 
fixtatik
post Oct 17 2009, 08:04 PM
Post #24


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



^ Not if he doesn't know what one is. =S

QUOTE(funride @ Oct 17 2009, 03:16 PM) *
I dont know what a wild card is.
An asterisk (*) is a wildcard selector. The properties you assign to it are distributed throughout every element of a page.

So, if you do something like this:
CODE
* { border:1px solid black; }

Everything on the page will have a 1px black border. Divs, lists, tables, paragraphs, links, everything.
 

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: