Welcome to Gaia! ::

My Design :: Web and Graphic Design [HTML CSS PHP]

Back to Guilds

XHTML, CSS, jQuery, Javascript, PHP, mySQL, MORE! 

Tags: design, graphics, html, jquery, javascript 

Reply My Design
[Help!] Easiest way to make....

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Chibi_Fluffy

Devout Fatcat

PostPosted: Thu Apr 30, 2009 6:45 am


I hope It is ok to post his here ninja


Anyway, Hi everyone =D

I want to make a simple website.... but I do not know how to make one xP
I tried many different website maker... but none as the layout (or an easy way to make one) that looks like the one I want to have....

Some "options" I would like to have are also pretty hard to find, at least for me...

Here is my Super Duper example of what I want =3
I did not decide where to put the buttons yet xP

I like those who make like the ones here on Gaia, when your mouse is over them and they open or something like that.....


What would be the easiest way to accomplish this and keep it as simple as possible ?

I know nothing about programming.... xP
PostPosted: Tue May 05, 2009 2:47 pm


Gotta learn it mate biggrin

http://bonrouge.com/3c-hf-fluid-lc.php
http://www.w3.org/Style/CSS/

Google is your friend in design

My Documents
Captain


Chibi_Fluffy

Devout Fatcat

PostPosted: Thu May 07, 2009 5:24 am


Cool! Thanks =DD

Google is a good source and all... but I always seem to find blog templates then one for sites xP
PostPosted: Tue May 19, 2009 3:40 pm


Chibi_Fluffy
Cool! Thanks =DD

Google is a good source and all... but I always seem to find blog templates then one for sites xP
you must not be searching for the right thing

Search for things like

"3 column css"
"css navigation"


for navigations go to cssplay.co.uk

My Documents
Captain


Bohemian Oz

Lavish Flatterer

PostPosted: Tue May 19, 2009 6:04 pm


That's a pretty easy layout to make. I can feed you code right now if need be.
PostPosted: Wed Jun 03, 2009 5:22 pm


User ImageAnd If A Kiwi Kiss Was All I Was Given...


Thank you Documents =D

Bohemian << If you still want to do it I would adore you immensely =D
The simpler it is, the more difficult it is to find how to do it xD
Or maybe thats just me xD


...It Would Be The Sweetest Treat Of All.User Image

Chibi_Fluffy

Devout Fatcat


Bohemian Oz

Lavish Flatterer

PostPosted: Sat Jun 06, 2009 7:25 pm


Chibi_Fluffy
User ImageAnd If A Kiwi Kiss Was All I Was Given...


Thank you Documents =D

Bohemian << If you still want to do it I would adore you immensely =D
The simpler it is, the more difficult it is to find how to do it xD
Or maybe thats just me xD


...It Would Be The Sweetest Treat Of All.User Image


Do you want just the CSS styles or a full-blown HTML and CSS package?
PostPosted: Sun Jun 07, 2009 7:23 am


User ImageAnd If A Kiwi Kiss Was All I Was Given...


I think only the CSS should be ok =D

I do not want to make you work too much >w<


...It Would Be The Sweetest Treat Of All.User Image

Chibi_Fluffy

Devout Fatcat


Bohemian Oz

Lavish Flatterer

PostPosted: Sat Jun 20, 2009 11:58 am


Okay. Here Goes. This might come off as amateur for some people, but it's how I was taught.

CSS:

#container {width:1024px;}

#banner {width:1024px;
height:150px;
background-image: url(insert pic url here);}

#nav-horizontal {width:1024px;
height:50px;
background-color: #hexnumber;
background-image: url(insert url here);}

#nav-vertical {width: 100px;
height: 300px;
background-color: #hexnumber;
background-image: url(insert url);}

ul {width: whatever width your navigation is;
height: whatever height nav is;
background-color: #hexnumber;
background-image: url(insert url);}

li {width: 30-50px; <-depends on the size of the links
height: 20-30px; <-same as previous attribute
font: whatever font you choose. Normally arial helvetica, or times new roman
font-size: --px; <---whatever size you want as long as it fits
color: #hexnumber;
float:left;}

#content {width: 500-600px; <-depending on the nav you choose
height: ---px; <- can be left blank to let the actual content rule the height.

If you know how to work divs in HTML, then make sure everything below the #container goes in between
and
. The container holds page stuff together inside it.

All the px sizes I listed are simple, rough estimations. Feel free to play with the size for a better fitting look. Just make sure not to exceed the container size or else it looks weird.

Background image and background color are listed in the attributes for if you want either color or a picture as background. I advise against using them both at the same time. It might do something weird to the page. Choose one and delete the other when using them.

ul and li are if you are using a list to help make the navigation links. The float attribute makes the links float up to the top of whatever holds them and go left. If this does not work or acts weird, add float left to the ul. If it still acts weird, add float: left to the nav.

Also, the floating rule only applies to if you want to use the horizontal nav strip below the banner. If you are doing the other nav style for navigation, do not add float: left.

Content will probably be done last. I adivse you pic a size that fits into that space and leave out the height so that whatever text or picutres you have in the content div will determine how long the page will be.
PostPosted: Fri Jul 10, 2009 4:22 pm



Thank you very much =D

Sorry for the time it took to answer XP

Chibi_Fluffy

Devout Fatcat

Reply
My Design

 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum