Reply
CSS/Javascript help needed.
Old 01-07-2003, 03:26 AM CSS/Javascript help needed.
thesawmillguy's Avatar
Skilled Talker

Posts: 57
Location: Augusta, ME
Hi all,
I have been working on my new site and have come to a point where I need to move to the next step (i.e. HTML to CSS and Javascript).

I need some detailed info on CSS and Javascript coding. (i.e. tutaorials, how-to's, etc.).......I feel like an idiot cuase I cannot seem to figure this out

Any assistance would be grately appreciated. The page that I am trying to put together utilized a series of drop down menus to move through a series of pages. (i hope that makes sense)....

Toby
thesawmillguy is offline
Reply With Quote
View Public Profile Visit thesawmillguy's homepage!
 
When You Register, These Ads Go Away!
     
Old 01-07-2003, 04:04 AM
conkermaniac's Avatar
The Nutty Moderator

Posts: 1,012
Location: China
Hi Toby,

I'm not too clear on what you mean by "a series of drop-down menus". If you would offer some clarification, I'd be glad to help in any way possible.

I highly recommend the JavaScript tutorial at www.webmonkey.com. In my opinion, that tutorial is the best JavaScript reference on the net, period. However, if online learning doesn't work, you can always buy a reference guide offline. They're very helpful, if you have the persistence to learn.

Finally, CSS is not really a language that you need to learn. Like HTML, all you will need to do is memorize a few things, and you're well on your way. There are tons of great resources on CSS on the web. Just run a search on Google, and that should turn up plenty of results.
__________________
Aimoo - Affordable feature-packed remotely hosted message boards!
conkermaniac is offline
Reply With Quote
View Public Profile Visit conkermaniac's homepage!
 
Old 01-07-2003, 04:25 AM
thesawmillguy's Avatar
Skilled Talker

Posts: 57
Location: Augusta, ME
OK you will have to pardon the rough layout of this page, but it has the series of drop down menus (sp?). What I am trying to do is to be able to access subpages via the dropdown menus (sp?). (i.e. make a selection from the drop down menu to view a product page)

The test page:
http://randbcomputers.0catch.com/Compaq/indextest.html

as you will see the drop down menus dont lead anywhere. I need to figure out how to make this set of drop down menus active so that when a selection is made you can actually go somewhere... Does this make any sense?

thanks for the help
Toby
thesawmillguy is offline
Reply With Quote
View Public Profile Visit thesawmillguy's homepage!
 
Old 01-07-2003, 02:52 PM
Novice Talker

Posts: 7
Location: belgium
Hi,
I take a little bit of your source to test out a free script.

If you want, you can try it out first by copy-past it into Notepad, make two separate files (htm) like (Presario5BW1.htm and Presario5BW2) save all the three files in the same folder : it's working well.

See the difference between "self" or "blank" and I think it's good to foresee a script on your link pages like this : go.back(-1). Than, your visitor goes 1 return back.

Maybe this will help you.
greetings
mleen
----------------------------------------------------------
<html>
<head>
<title>motherbords</title>

<SCRIPT>
<!--
function jump(menu){
var loc = menu[menu.selectedIndex].value.split("|");
if(loc.length == 2)
window.open(loc[1], loc[0]);
}
//-->
</SCRIPT>


<body background="leftnav_background_stippling.gif" bgcolor="#999999" text="white" link="white" vlink="white" alink="white" onload="cleanUp(this);">
<div align="center"><center>

<table width="150" cellspacing="0" cellpadding="5" border="0">

<tr><td align="left" valign="top" class="submenuheading">
<form name="selectform" method="get">DESKTOPS<br>
<SELECT onChange="jump(this)">
<OPTION VALUE="_self|Presario5BW1.htm">Presario5BW1</OPTION>
<OPTION VALUE="_blank|Presario5BW2.htm">Presario5BW2</OPTION>
</SELECT>
</FORM>
</body>
</html>
mleen is offline
Reply With Quote
View Public Profile
 
Old 01-07-2003, 03:47 PM
dk01's Avatar
Ultra Talker

Posts: 373
Location: Ames, IA
For css stuff you can stop by http://www.w3schools.com
It might not have everything but it can give you the basics.
-dk
__________________
Did I help you? If so, be nice and throw me some TP
dk01 is offline
Reply With Quote
View Public Profile Visit dk01's homepage!
 
Old 01-16-2003, 08:05 AM A good javascript tutorial
Novice Talker

Posts: 7
Hi

I propose you this site http://www.xs4all.nl/~ppk/js/
here can you find a good tutorial

with best regards

bluesky
bluesky is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS/Javascript help needed.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13685 seconds with 13 queries