Forum Moderators: mack

Message Too Old, No Replies

Alright, have some questions!

Help

         

jordantheking

12:38 am on Sep 10, 2005 (gmt 0)

10+ Year Member



Ok, i have my site started, i like it, but i need to know a few things,

1. How would i go about putting a blog on my site, so that when i add something to it, it doesnt take 4 hours or w.e (if i had to host it and all that)]

I will be having a site updates, that i would like in blog form, and also i will have a couple just blogs on my site.

2. Rollovers, cant figure them out, read alot, but too complexed. All i want is that when you rollover it a dropmenu comes up.

3. How would i make it so the button on the site that has been clicked (say they are browsing "Home",) the home button would be say red or something.

How would i do that? thanks for the help!

Don_Hoagie

2:12 am on Sep 11, 2005 (gmt 0)

10+ Year Member



Hi Jordan...

1: Definitely not in the scope of the Graphics/Design forum... actually I don't know where people discuss blogs here, but i'm sure you'll get better answers posting the question somewhere more appropriate... even in the HTML forum.

2: Javascript and/or CSS rollovers explanations and tutorials are a dime a dozen... we have plenty of them here if you care to search the forums, so I don't see the point in writing a whole new shpeil about it here, especially since this question would also do well to be in another forum... but if you don't want to bother learning how to create the rollovers by hand, you ought to just use a WYSIWYG HTML editor that creates DHTML rollovers for you... I believe Frontpage or Dreamweaver will do them. And again, even questions on how to do THAT would be better off in the WYSIWYG Editor forum than here.

3: If you want the "selected" graphic to work dynamically (read: without you having to hand-code the changes), then you'll have to use Javascript... again, different forum. If you dont need to get that complex, the simplest way would be to create "red" versions of all your buttons, and code your nav menu differently on each page, replacing the graphic for that particular page with its red brother, i.e.

nav menu graphics for /about.html:

img src="home_normal.gif"
img src="contact_normal.gif"
img src="about_red.gif"
img src="links_normal.gif"

Yes, i basically answered none of your questions... but none of them really relate to this particular forum, and they are totally independent questions, which ought to be addressed one post at a time... so hopefully this post will help direct you to the answers.

Beagle

5:02 pm on Sep 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Jordan -- You say you have your site started. What kind of editor/sitebuilder are you using? That will have an effect on the answers to your questions. If you're using a program where you don't access the code directly, you may need to check its help files or user forum to find instructions on how to do what you want. (BTW, even a blog needs to be hosted in one way or another. Is any of your site online yet?)

jordantheking

6:30 pm on Sep 11, 2005 (gmt 0)

10+ Year Member



^^ im using Dreamweaver.

Basically im just working on designing it right now, so havnt bought my host. I have a starter page up now, but just says under construction.

jordantheking

6:52 pm on Sep 11, 2005 (gmt 0)

10+ Year Member



but designing it im using photoshop.

But once the blog is hosted, it can be updated without having to re host right?