Forums » Customize

2 simple menue questions

Patrique
GERMANY
2008-08-13 14:56:21
 

Hi all,

I am not that much into Html and programming and I hope anyone can help me out.

1) I would like to attach a logotype above the menue section as seen at this page for example.
www.rosscairns.com

How can I do this? Do I have to edit this over the Prev-Nac section?

02) I would like to add a simple grafic line (green in this example) as seen on the information (Movies )section at the page:
www.adirtyroom.com

Where can I add some simple line grafic? CSS? In the regular Indexhibit menue?
I tried to figure it out but could not make it.
Regards,
Patrique

extrafunk
NETHERLANDS
2008-08-13 15:19:00
 

Ola Patrique,

You are spot on about u're first question. Import in the pre-nav section like this:

< img src='http://your url/your image.jpg' width='168' height='198' />

of course u'l have to figure out the width and height yourself, according to the image you want to use.

mark

snoep
GERMANY
2008-08-13 15:30:28
 

hi there!

one possible solution to question number 2:

  1. #menu ul li.section-title {
  2.         max-width: 150px; 
  3.         color: #000;
  4.         margin: 0 0 2px 0;
  5.         border-bottom: 1px solid #f0f;
  6. }

try that!

Patrique
GERMANY
2008-08-14 08:59:25
 

Hi Extrafunk and Snoep,

you guys are great! Thanks a lot for your fast reply and great help! I fixed it!
Thank you - Thank you! Have a great day,
best,
patrique

iwakami M
PORTUGAL
2008-08-14 09:42:28
 

nice teamwork guys!

cherryseim
ITALY
2008-08-24 13:02:20
 

hi guys, just found this thread now.
Patrique, here is the css code of my website relative to "movies" section:

  1. #menu ul li.section-title { 
  2.     color: #000000;
  3.     font-size: 10px; 
  4.     padding:2px;
  5.     text-transform: uppercase;
  6.     margin-bottom: 3px;
  7.     width: 100px;
  8.     background-color: white;
  9.     border-bottom-color: #61c32e;
  10.     border-bottom-width: 1px;
  11.     border-bottom-style: solid;
  12. }

snoep was right. :)

love
Cherry Seim

Showing 1 - 6 of 6 posts in Forum > Customize > 2 simple menue questions
 

You need to be logged in to post.