Jump to content
MakeWebGames

Recommended Posts

Posted

I have ready made nav bars for your html website or you can recode it for mccodes.

this is one button

btn1.jpg

And the hover

btn1_h.jpg

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.

Posted

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.

Posted

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?

Posted

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

Posted

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

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...