P3RKO Posted August 21, 2009 Posted August 21, 2009 I have ready made nav bars for your html website or you can recode it for mccodes. this is one button And the hover it comes with these images plus a splitter image and a loop image. Html Code <html> <head> <style type="text/css"> .navbar { height: 100px; background: url(images/loop.jpg) repeat-x; margin: 0; padding: 0; text-align: center; } </style> <script type="text/javascript"> function swapImg(pObj, pImg) { pObj.src = pImg + '_h.jpg'; pObj.onmouseout = function() { pObj.src = pImg + '.jpg'; }; } </script> </head> <body> <div class="navbar"> [img=images/splitter.jpg][url="URL GOES HERE"][img=images/btn1.jpg][/url][img=images/splitter.jpg][url="URL 2 GOES HERE"][img=images/btn2.jpg][/url][img=images/splitter.jpg][url="URL 3 GOES HERE"][img=images/btn3.jpg][/url][img=images/splitter.jpg] </div> </body> </html> coded with css and javascript. you can get up to 5 of these images plus the code for just $10 and the text will be changed for your needs. PM me for my paypal if you want to buy any. Quote
POG1 Posted August 21, 2009 Posted August 21, 2009 Re: [Web 2.0] html nav bar [$10] That can be done without javascript. It would also work better in a list and using sprite images for the normal/hover states. Quote
Strats Posted August 21, 2009 Posted August 21, 2009 Re: [Web 2.0] html nav bar [$10] You just posted the code lol Quote
Danny696 Posted August 21, 2009 Posted August 21, 2009 Re: [Web 2.0] html nav bar [$10] You just posted the code lol he posted the css and js not the php Quote
Dave Posted August 21, 2009 Posted August 21, 2009 Re: [Web 2.0] html nav bar [$10] You just posted the code lol he posted the css and js not the php I have ready made nav bars for your html website or you can recode it for mccodes. I dont read it having any PHP? Quote
P3RKO Posted August 21, 2009 Author Posted August 21, 2009 Re: [Web 2.0] html nav bar [$10] there is no php. it is only for html. but if you are a good coder you can recode it for php. im not a good coder, thats why i didnt code it for php Quote
POG1 Posted August 22, 2009 Posted August 22, 2009 Re: [Web 2.0] html nav bar [$10] that dont need php lol, you could wrap it in a big ass echo if you wanted to.. Quote
Dayo Posted August 25, 2009 Posted August 25, 2009 Re: [Web 2.0] html nav bar [$10] you dont have to be a 'good' coder to make that into php but what you are trying to sell is something you can do on dreamweaver in 30 seconds and make on fireworks/photoshop in a couple of mins not worth 50 pence let alone $10 plus this forum is for mccodes not pointless html codes that you have to convert yourself for mccodes soz if i seam to be flaming you i havent had no sleep in 3 days and im grumpy :S Quote
P3RKO Posted August 25, 2009 Author Posted August 25, 2009 Re: [Web 2.0] html nav bar [$10] nah, its ok. but i made the images and thought i would share them with the people that dont know photoshop/fireworks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.