The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Coding Help!

3 posters

Go down

Coding Help! Empty Coding Help!

Post by udarsha45 February 23rd 2012, 6:17 pm

Link: http://naruto.anifreak.com/manga/bleach/482/1/

Would anyone mind telling me, how to code pages like that? So we can insert the certain code to our HTML page? (How to code from page 1 to 18)
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by kirk February 24th 2012, 12:11 pm

The only thing i could think of would be trying to find a good java code for it.
Or better yet creating a spry menu in Dreamweaver, Do you know anyone that has Adobe Dreamweaver? Either way it can be a little bit of work, and even if you do not get it exactly like whats on that site, you can get something close.. So i would search around first and see what you can find.

I'll see if i can find something to help point you in the right direction as well.

or you can always settle for a more simple drop down menu that would work just as good?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by udarsha45 February 24th 2012, 3:37 pm

I see. I shall try to find a person with this program called, "Adobe Dreamweaver".

Either away, would you know the code of disabling the lights of the site?
Example; click the lights out button, in the specific link, I have given you!
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by udarsha45 February 26th 2012, 7:07 am

bump
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by udarsha45 February 29th 2012, 11:42 am

bump
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by kirk February 29th 2012, 2:02 pm

yeah i dont know? the only thing i can think of that it is all done with jquery, but am not even sure what either one of those options/features would be called .so do not know what to search for?

the first is kind of like a spry menu, but still a little different.. so you really have to know what it would be called to try to find the proper way how to create one or find a script.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by LGforum February 29th 2012, 2:52 pm

It's a proper site with proper server-scripts, they've just put a nice amount of effort into styling.

The lights out option isn't too hard to make, I can show you that when I get on a computer.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by udarsha45 March 2nd 2012, 5:57 am

LGforum wrote:It's a proper site with proper server-scripts, they've just put a nice amount of effort into styling.

The lights out option isn't too hard to make, I can show you that when I get on a computer.

Please show me!
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by LGforum March 2nd 2012, 2:14 pm

Put this in a widget, this is the basics of it for you to figure out the rest:

Code:

<style>
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px; left: 0px;
  z-index:999;
  opacity: 50%;
  filter:Alpha(opacity=50);
}
<div id="overlay"></div>
<a href="#" onclick="jQuery('#overlay').toggle();return false">Lights On/Off</a>
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by Guest March 2nd 2012, 3:11 pm

LGforum wrote:Put this in a widget, this is the basics of it for you to figure out the rest:

Code:

<style>
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px; left: 0px;
  z-index:999;
  opacity: 50%;
  filter:Alpha(opacity=50);
}
<div id="overlay"></div>
<a href="#" onclick="jQuery('#overlay').toggle();return false">Lights On/Off</a>

A mistake, you forgot to close the style tag:
Code:
<style>
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px; left: 0px;
  z-index:999;
  opacity: 50%;
  filter:Alpha(opacity=50);
}</style>

<div id="overlay"></div>
<a href="#" onclick="jQuery('#overlay').toggle();return false">Lights On/Off</a>
avatar
Guest
Guest


Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by udarsha45 March 3rd 2012, 9:54 am

I've entered it, but it ain't working...
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by LGforum March 3rd 2012, 2:06 pm

Have you closed the style tag like Cody pointed out?
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Coding Help! Empty Re: Coding Help!

Post by udarsha45 March 8th 2012, 11:24 am

LGforum wrote:Have you closed the style tag like Cody pointed out?

Yes, I have.
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum