Log in

View Full Version : Help with CSS indent menu



richieshaw
08-06-2008, 02:31 PM
Hi everyone,

I am new here and need some help with a CSS Menu!


Can someone please tell me instructions to set the "CSS Indent Menu" on my website?

Where to paste the CSS code....?

Where to paste the HTML....?


I don't normally do CSS stuff, as you can see... lol

If you can explain to me, I will be the happiest person here!


Thanks,

:cool: richieshaw

Medyman
08-06-2008, 02:49 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<style type="text/css">
/* CSS STYLES GO HERE */
</style>
</head>
<body>

<!-- HTML GOES HERE -->

</body>
</html>

richieshaw
08-06-2008, 03:01 PM
Oh yes!

Does this mean that all the codes go in my page, and nothing gets added / uploaded to servers??


richieshaw.

mburt
08-06-2008, 03:05 PM
Does this mean that all the codes go in my page, and nothing gets added / uploaded to servers??

Hopefully you upload the page to your server, otherwise there's no webpage! :)

richieshaw
08-06-2008, 03:12 PM
Thanks Mike,


I meant the CSS codes... not even I am that stupid!

But... I probably set myself up for that one!
(I should explain better)

Well done for quickness!!



:cool: richieshaw

tfit
08-06-2008, 06:03 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<style type="text/css">
/* CSS STYLES GO HERE */
</style>
</head>
<body>

<!-- HTML GOES HERE -->

</body>
</html>

Medyman why are you looking for trouble?
strict.dtd

richieshaw
08-06-2008, 07:15 PM
Thanks Medyman!!


Now I have the Buttons working on my demo page... is there any chance you can tell me how to change the colors??


I want the same style, but with these colors:

http://www.operationthunderstorm.com/media/indentbg.gif

I uploaded a new picture gif, but it seems to cause problems!


Can you help me... please??


:cool: richieshaw

TheJoshMan
08-06-2008, 10:14 PM
Your image was not taking up the entire canvas, it left transparent edges which would cause the menu to look messy due to the fact that the images are used in what's called a "pixel stretch". I fixed the image you had showing in your previous post, I also inverted it for the "hover" effect version. Both images are below.


Normal State:
http://www.m-pulsedesigns.com/Testing/indentbg.gif



Hover State:
http://www.m-pulsedesigns.com/Testing/indentbg2.gif

richieshaw
08-07-2008, 12:04 AM
Nyne,

That is awesome of you to repair for me!


What can I say? I will go check these out right now!



Thats a big thanks fella!


:cool: richieshaw

TheJoshMan
08-07-2008, 12:05 AM
no problem

richieshaw
08-07-2008, 12:11 AM
WOW!!

Nyne,


You are the greatest!

You have just solved all my problems with this menu. I cannot believe that this could be fixed so quickly... but it was. Literally took 2 minutes to upload new gifs and the problem was gone!

Please send me your personal email for future reference fella... if you dont mind helping out a newbie!


Again.... WOW!


:cool: richieshaw

TheJoshMan
08-07-2008, 12:16 AM
My email is readily available on my profile here. Link below.

http://www.dynamicdrive.com/forums/sendmessage.php?do=mailmember&u=7066

TheJoshMan
08-07-2008, 04:37 PM
Glad to hear it helped!