bellefantaisie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Random box/frame showing up on pageIt was definitely the share this plug in for me. Deactivate all your plug ins and then activate them one by one and you should be able to find out which one it is?
Forum: Fixing WordPress
In reply to: Random box/frame showing up on pagei’ve just realised its from the share this plug in. any way to sort it out without just deactivating it?
Forum: Fixing WordPress
In reply to: Links not working on sidebarfigured it out. sorry!
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicyeh thats kinda what i did! i just need to make a section (the ‘belle fantaisie’ part) of the header so i can make it the home link. don’t spose you know how to do that :p
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicbasically i have figured out how to get them over the right place i just need to get rid of the words in the links now
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphichey take a look, i got them to go over the links! do i just make a blank image and put it there now?
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicoooh i moved them! haha i used a code from my old layout! its like this:
#menu { width: 800px; height: 45px; margin-left: 30px; position: relative; top: 405px; } #menu ul { margin-left: 10px; position: absolute; bottom: -1px; overflow: hidden; height: 45px; } #menu ul li { float: left; margin-right: 3px; padding-left: 3px; font-weight: bold; } #menu ul li.current_page_item { width: 122px; height: 45px; } #menu ul li a { width: 122px; height: 45px; background: url(images/nav_bg.jpg) no-repeat; display: block; text-decoration: none; color: #333; line-height: 45px; text-align: center; } #menu ul li a:hover { color: #555; } #menu ul li.current_page_item a { background: url(images/nav_bg.jpg) no-repeat; color: #ff0000; }
but i dont know how i move them now!
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphici tried that, they haven’t moved, still bullet pointed :/
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicit’s just not working, i’m trying putting the page name in but they are just staying bullet pointed now. thanks for trying to help me anyway!
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicah ok! haha i’m so thick. i’ve added that in to the #menu li section and all the links have gone on top of one another, how do assign the top and left adjustments to the different links?
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicsorry to be so thick haha but this is all i have in my menu section in the stylesheet
#menu{ padding: 0; white-space: nowrap; margin: 20px 0 0 0; width: 750px; } #menu ul { margin: 0px; padding: 0px; } #menu li { display: inline; list-style-type: none; margin: 0 10px 0 0; } #menu li a:link, #menu li a:visited { text-decoration: none; padding: 3px; } #menu li a:hover { text-decoration: underline;
i dont know how to make each one move?
i thought there was a way where you could just put invisible zones over the graphic and set it as a linkForum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicyeh but the only thing is i don’t want the words showing, i want it to look as if the graphics are the button? do you know what i mean? i want to get rid of those links at the top
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphichttps://www.bellefantaisie.net/test
i’ve put in the orignal header.php file so it’s gone back to normal
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicin my header.php file all i have is a big gap and a bullet point and when i paste the code in all the background, header and everything dissapears.
Forum: Themes and Templates
In reply to: Creating links for my navigation in the header graphicwhere does the top section go? which file? or do you need to create a new one?
and thankyou!