Jump to content

css template


ramfree17
 Share

Recommended Posts

anybody have a spare (and decent) css file lying around their hard drive that i can borrow? i am currently in need of a website for my course submissions and one of the things being graded in the rubric is the layout. paul has graciously let me squat in his loudas server indefinitely so i got that part covered.

 

now for those who does not yet know it, i am artistically handicapped. learning css is one thing while designing a good layout is another. one is a skill and another one is a talent.

 

anyway, what im hoping somebody would be kind to share to me is a css that would allow a simple navigation bar on the middle and a decent/modest scheme on the main part. i dont need snazzy graphics so im leaning more on a template that would allow me to customize the menus by just editing some text. that way i can concentrate more on the content. something like this. frankly if i dont get anything then that would be my layout. :o

 

:help:

 

:thanks:

 

ciao!

Link to comment
Share on other sites

You can just use these and place some background images (filled backgrounds, edges or maybe transparent stuff) in the boxes by use of the

background-image property; e.g. for a heading (from one of my tests):

 

#banner {
background-image: url("/images/kimagure_road.jpg");
height: 90px;
border-bottom: 1px solid #000;
}

 

And the Html:

<div id="banner">
A little box for a banner
</div>

 

Or to give each paragraph a solid background color (yellow):

 

p {
background-color:#ffff99;
}

Link to comment
Share on other sites

thanks for the input. and iph, ill borrow your style for the duration of my course if its ok with you.

 

btw, anybody know how to do those sub-menu thingies wherein if you click an entry on the menu it shows a submenu of links? does it require javascript? can it be done via css?

 

 

ciao!

Link to comment
Share on other sites

thanks for the input. and iph, ill borrow your style for the duration of my course if its ok with you.

 

btw, anybody know how to do those sub-menu thingies wherein if you click an entry on the menu it shows a submenu of links? does it require javascript? can it be done via css?

 

 

ciao!

 

No problem, that's cool :D

Link to comment
Share on other sites

Guest Adriano

you can borrow mine if you want. Over at moranar.com.ar, yes. Just try to use your own images and colors, at least. If it is at all possible. Pretty please, with sugar on top.

:)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...