My Final Project.

My Final Project.

Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
So, I don't really need help with anything (not yet anyway), but I'm in the process of building a website for my final in the HTML class I'm taking, and I figured I'd share the link and maybe get some critique on it.

Right now I'm in the design process, haven't done much coding just yet. So lemme know what you think of the graphics.
Also, I'm gonna animate the buttons so when you hover over them there is lightning like in the banner.

And sorry for the ads, free hosting...
Site.
 
 
 
2010 Aug 9 at 14:06 PDT
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
Aight, buttons are now animated upon hovering over them.
<BGSOUND src="http://content.ytmnd.com/content/1/f/f/1ff7196eec08aa962dd115b12488b246.wav">
 
 
 
2010 Aug 9 at 15:46 PDT — Ed. 2010 Aug 23 at 11:13 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
Awesome, but it has to download it for each button, so you get this funny pause before it happens. I imagine you could get it to use the same thing for every button and only download it once.
 
 
 
2010 Aug 9 at 16:25 PDT
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
Down Rodeo said:
Awesome, but it has to download it for each button, so you get this funny pause before it happens. I imagine you could get it to use the same thing for every button and only download it once.

Added a preloader for the rollover images, shouldn't be any delay now.
 
 
 
2010 Aug 9 at 17:22 PDT
jrkookid
Half Irish, half NOT FUNNY

2007 May 27 • 1415
110 ₧
What about making the links actually oh I don't know.
Clickable?

EDIT: Image Maps, you can use this for reference.
 
 
 
2010 Aug 10 at 01:03 PDT — Ed. 2010 Aug 10 at 01:07 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
Oh, I see how you've done it, it's not an overlay it's a different image altogether... well, it works now, so :)
 
 
 
2010 Aug 10 at 04:15 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
jrkookid said:


I refuse to read something that spells coordinates as co-ordinates.
 
 
 
2010 Aug 10 at 07:25 PDT
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
jrkookid said:
What about making the links actually oh I don't know.
Clickable?

EDIT: Image Maps, you can use this for reference.

Erm, Like I said... I'm not doing any coding yet, just design. And they're all separate images, so I can just do a regular "a href" as opposed to mapping out hotspots.
 
 
 
2010 Aug 10 at 08:13 PDT
jrkookid
Half Irish, half NOT FUNNY

2007 May 27 • 1415
110 ₧
sprinkles said:
I refuse to read something that spells coordinates as co-ordinates.

How would you know if it was spelled like that if you didn't read it? Hmmm?

Rockbomb said:
Erm, Like I said... I'm not doing any coding yet, just design. And they're all separate images, so I can just do a regular "a href" as opposed to mapping out hotspots.


If you were to use image maps then it will seem more complex and impressive don't you think, but since you already have separate pictures for it, it doesn't really matter anymore.
 
 
 
2010 Aug 10 at 09:45 PDT — Ed. 2010 Aug 10 at 09:46 PDT
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
Ok, if you have a look at the home page now, you'll see that there is a blue box there. I jsut used a <div> tag and then set the color/height/etc in a seperate css file. But what I wanna do is have it pop up with a scroll bar if the content goes outside of the div area... how do I do that?

Also, should I use a table instead of div? Or does it matter?
 
 
 
2010 Aug 11 at 19:14 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
Only use a table if you need both columns and rows.

On your div set CSS overflow:auto; and you'll get scrollbars automatically when needed.
 
 
 
2010 Aug 11 at 19:23 PDT
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
superjer said:
Only use a table if you need both columns and rows.

On your div set CSS overflow:auto; and you'll get scrollbars automatically when needed.

Hmmm... hadn't even thought about needing rows and columns... definitely will.
Should I get rid of the div altogether or nest the table within the div?
 
 
 
2010 Aug 11 at 19:25 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
 
 
 
2010 Aug 11 at 19:35 PDT
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
Ok I'm having an issue...
Whatever I put inside the table doesn't actually go inside the table and appears either before or after the table does

the code...
html code
<div id="maincontent">
<table class="content" border="4" width="800px" height="500px">
<tr>
<font><center>TEST</center></font>
</tr>
</table>
</div>



Edit:Nvm, I'm an idiot... forgot the <td> tags...
 
 
 
2010 Aug 11 at 20:02 PDT — Ed. 2010 Aug 12 at 11:19 PDT
jrkookid
Half Irish, half NOT FUNNY

2007 May 27 • 1415
110 ₧
I can't read anything on the site.
 
 
 
2010 Aug 14 at 10:44 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
jrkookid said:
I can't read anything on the site.


Yeah, talk about copy pasta. Its all in fucking Latin, Spanish, or some-other-fucking-language.
 
 
 
2010 Aug 14 at 15:07 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2010 Aug 14 at 18:28 PDT
jrkookid
Half Irish, half NOT FUNNY

2007 May 27 • 1415
110 ₧
Uhhhhhh........
 
 
 
2010 Aug 14 at 18:47 PDT
the_cloud_system
polly pushy pants

2008 Aug 1 • 3080
-6 ₧
pacta sunt servanda
I drink to forget but I always remember.
 
 
 
2010 Aug 14 at 19:34 PDT
Page [1]