Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Change background image of Page Menu bar (for noobs) (http://forum.bytesforall.com/showthread.php?t=4341)

Dennis Nov 9, 2009 05:00 AM

Change background image of Page Menu bar (for noobs)
 
Hi all,
I've already looked through the this forum and find many post refering to the issue of changing the background image - but i'm a noob and do not understand it. Sorry!

I have made a menu image with the dimensions of 1023x47 px. Saved as .jpg -but to which path/folder should I upload it?

How do I make it work as a background image lying underneath the menu navigation (I simply just want the navigation to be on top of the image, so that you can see my image through)?

Please help....

my page is: www.handyhansen.dk

Dennis Nov 10, 2009 08:51 AM

I have tried to put in this:

div#menu1 { margin-top:40px; background: url(/wordpress/wp-content/themes/atahualpa/images/menu2.jpg);
}

But the background isn't showing - I can only see the yellow color I have chosen under ATO>Header Area> Page Menu Bar>Background color

juggledad Nov 10, 2009 09:06 AM

to change the background image of the PAGE MENU BAR (not the menu items) use
HTML Code:

div#menu1 {
 background: url(http:/yourdomain.com/wprdpress/wp-content/uploads/yourimage.jpg) !important
}


Dennis Nov 10, 2009 09:41 AM

Hey Juggledad, Thanks for the reply! I put in this code:

ul.rMenu li {
height: 0px;
margin-top: 0px;
margin-right: 40px;
margin-left:40px;
background-color: #000000;
}
div#menu1 {
height: 47px; //the height of my menu-image
margin-top:0px;
background: url(/wordpress/wp-content/themes/atahualpa/images/menu2.jpg);
background-color: transparent;
}

Now everything is working.

See the result at: www.handyhansen.dk

I haven't got a clue what the code actually means (I'm a newbie!).
But after 24 hours of scouting this forum for answers my energy is running very low!

I know It has nothing to do with the orginal question (or the subject of this forum) but do you know how to remove the text/image mouse-over on the content pages (for instance the "profile" page) - it's very irritating!)?

Thanks a billion....

Dennis Nov 10, 2009 10:09 AM

I can see that It only happens on pages where I use the table function in the WYSIWYG editor.

Dennis Nov 10, 2009 10:32 AM

I solved it visiting: ATO>Various Content items> Style Tables.

juggledad Nov 10, 2009 10:40 AM

in Safari and Firefox on the MAC, all your menu items are on top of each other

measure2x Nov 10, 2009 07:06 PM

I'm seeing the same thing in Firefox, but not IE, in Windows (menu is bunched on top of itself).

Dennis Dec 2, 2009 04:01 AM

Sorry for really late reply - have been on vacation! Ohh my god in Firefox it looks like shit.... I have put in the code as described. How do I change it so it will look nice (and not on top of eachother)! Thansk for your help and patience.....

Dennis Dec 3, 2009 05:05 AM

Please help....


All times are GMT -6. The time now is 07:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.