Current location: Hot Scripts Forums » General Web Coding » CSS » Menu problems...


Menu problems...

Reply
  #1 (permalink)  
Old 10-21-05, 10:30 AM
dflies's Avatar
dflies dflies is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Question Menu problems...

Im trying to "do" menu.. I've got this far:
Code:
div#header {
  background: url('layout/menuup.png') no-repeat  top center #E94E2F;
  width: 150px;
  text-align: left;
  color: #f55840;
  float: right;
}
But im trying to do it like this

The menuup.png in that code, is this.. But that way i got there, that i only need this,
the down part of the image.

Anyway i can do that?
Attached Images
File Type: png prev.PNG (1.5 KB, 668 views)
File Type: png upmenu.PNG (257 Bytes, 620 views)
File Type: png downmenu.PNG (316 Bytes, 649 views)
__________________
Dflies' Paradise

Last edited by dflies; 10-21-05 at 10:35 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-21-05, 11:31 AM
rid rid is offline
Newbie Coder
 
Join Date: Oct 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
try this:

CSS:
Quote:
.menu-title {
background: url(upmenu.png) #ef4d29 no-repeat;
background-position: top center;
width: 150px;
height: 25px;
text-align: center;
}

.menu-content {
background: url(downmenu.png) #ef4d29 no-repeat;
background-position: bottom center;
width: 150px;
text-align: left;
padding: 5px;
}
html:
Quote:
<div class="menu-title">Navigation
<div class="menu-content">
Home<br/>
About<br/>
Gallery<br/>
Contact<br/>
</div>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 10-21-05, 02:16 PM
dflies's Avatar
dflies dflies is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks, it worked
__________________
Dflies' Paradise
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Xml / Dom / Css Mark_SC.SE JavaScript 0 06-29-05 09:05 AM
Drop down menu trouble NCC1701 PHP 10 11-12-04 05:09 AM
Right Click Menu dwoody JavaScript 1 10-15-04 10:11 AM
Simple tree menu w/ html and js? zcorpan JavaScript 2 06-18-04 07:17 PM
putting content in a drop down menu tom PHP 7 07-04-03 03:25 PM


All times are GMT -5. The time now is 11:51 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.