HighDots Forums  

CSS and menus

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss CSS and menus in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rob Ireland
 
Posts: n/a

Default CSS and menus - 08-31-2004 , 10:06 AM






I'm working an a page... http://www.start.ca/users/bbscentr/ and I'm
trying to get CSS set up so I can change the menu/menu options as I
change sections on the site (The whole point of CSS, of course )

I can't seem to get it to work though. Can anyone tell me what I'm
missing?

I'm new to CSS, so please forgive my naivete(sp?)

Reply With Quote
  #2  
Old   
Rob Ireland
 
Posts: n/a

Default CSS and menus(appendage) - 08-31-2004 , 10:10 AM






Rob Ireland wrote:
Quote:
I'm working an a page... http://www.start.ca/users/bbscentr/ and I'm
trying to get CSS set up so I can change the menu/menu options as I
change sections on the site (The whole point of CSS, of course )

I can't seem to get it to work though. Can anyone tell me what I'm
missing?

I'm new to CSS, so please forgive my naivete(sp?)

CSS code is @ http://www.start.ca/users/bbscentr/default.css


Reply With Quote
  #3  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: CSS and menus - 08-31-2004 , 10:34 AM




"Rob Ireland" <bbscentral (AT) MENOSPAM (DOT) start.ca> wrote

Quote:
I'm working an a page... http://www.start.ca/users/bbscentr/ and I'm
trying to get CSS set up so I can change the menu/menu options as I
change sections on the site (The whole point of CSS, of course )

I can't seem to get it to work though. Can anyone tell me what I'm
missing?

I'm new to CSS, so please forgive my naivete(sp?)
Don't use frames, in general, for a variety of reasons that have been
discussed here many times--use Google to find them.

If you do use frames, there's nothing CSS can do to change elements'
appearance in one frame based on what is being displayed in another frame.

But my previous two points sidestep the main point: The fact that you want
them to change contradicts the number one reason anyone does use frames: to
maintain portions of the display that *don't* change as the user navigates
the site. Why are you using frames? Make each page a page, with banner,
links, and all.



Reply With Quote
  #4  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: CSS and menus(appendage) - 08-31-2004 , 11:41 AM



Quoth the raven Rob Ireland:

That is not a CSS file. It's HTML and JavaScript.

Here's a CSS of mine that does "rollovers" with no JavaScript required
at all.
http://www.fingerlakesbmw.org/style/flmenu.css

--
-bts
-This space intentionally left blank.


Reply With Quote
  #5  
Old   
Lachlan Hunt
 
Posts: n/a

Default Re: CSS and menus(appendage) - 08-31-2004 , 10:03 PM



Rob Ireland wrote:
Quote:
Rob Ireland wrote:

I'm working an a page... http://www.start.ca/users/bbscentr/ and I'm
trying to get CSS set up so I can change the menu/menu options as I
change sections on the site (The whole point of CSS, of course )

I can't seem to get it to work though. Can anyone tell me what I'm
missing?
Yes, the CSS!

Quote:
I'm new to CSS, so please forgive my naivete(sp?)
Hmm... obviously. :-)

The only thing in that file that even looks like CSS is the first line;
and even then, it's for a non-existent HTML element!

I think you should start with some HTML and CSS tutorials to learn the
difference between HTML, CSS and then JavaScript. They are three
entirely seperate langauges, yet you seem to have mashed all three into
whatever that file is meant to be.

Try W3Schools [1] to start with. Look at the CSS and HTML tutorials,
and then take a look at some more of the HTML/CSS beginner resources
Dave Shea collected recently [2|3]. Read through all the comments, but
take note that W3 Schools does have some failings, but it's a reasonable
start for a beginner like yourself.

[1] http://www.w3schools.com/
[2] http://www.mezzoblue.com/archives/20.../standards_re/
[3] http://www.mezzoblue.com/archives/20...s_re/comments/

--
Lachlan Hunt
http://www.lachy.id.au/

Please direct all spam to abuse (AT) 127 (DOT) 0.0.1
Thank you.


Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.