|
| |
|
|
Long Island Lune
Posts: 2340 Joined: 6/8/2002 From: New York Status: offline
|
RE: css homework - 11/3/2003 14:52:16
Yeahhhhhhhhhhhhhhhhh !!!
_____________________________
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework - 11/3/2003 20:31:10
quote:
ORIGINAL: gorilla The advantage to use @import is that noncompliant browsers don't understand it. You can take advantage of this and (almost) get a btrowser sniffer. Do like this: 1. Create the stylesheet that you want for example Netscape 4 to use and write the standard <link> tag into the HEAD section of the HTML to bring it in. 2. Create the stylesheet that you want all the more compliant browsers to use (EG Netscape 6 and up, IE5.5 and up. Opera 5.12 and up, Mozilla). 3. Bring the stylesheet you created in step 2 AFTER the first one, and use the @import method - a. Either by @import "stylesheet2.css" or b. @import url("stylesheet2.css") - ( DO NOT use another <link> tag. Doing this makes that more compliant browsers will get the second set of styles, because the cascade will "overwrite" the first, linked stylesheet. IOW as Netscape 4.x doesn't support @import, it "sees" only the first set of rules. Soyou've tricked @import into working like browser sniffer that zeros in on a very buggy browsers I think that I have done this correctly on the one page in here. From reading what you wrote, I think that I might have it correct. I now have to work on validating css and xhtml. Several pages were ok until I loaded and added the counter, now I have to go through them all again. But that is ok, as it is a great learning tool.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: jesper/css homework - 11/5/2003 19:37:47
quote:
ORIGINAL: gorilla Bear with it - you're getting the results that i'd expected/hoped you would - what you're seeing is two things: 1 - the cascade in action. 2: - That some browsers have "issues" with urls enclosed in quotation marks. This one is very worth persevering with. comment and uncomment all your all style sheet links. Experiment with putting in quotes. Singe double etc. - Write down what happens in each browser after each experiment. And you'll know what to do in future when the cascade doesn't behave the way you think it should. HEh HEH, guess what I did? I cheated, and added the prolog, brought it right back to where it was So, now that I know that it should work, I'll have to play with the sizes to get them to move back to where they were. And, I had so been proud of that page, They say though, that pride comes before a fall! Appreciate the lesson, and promise not to send you a pile of banana skins! roflol   Oh, and all lessons are welcome!
< Message edited by c1sissy -- 11/5/2003 7:38:29 PM >
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework - 11/8/2003 17:30:21
I"m in a new css class which doesn't give a template to work from. What I am doing right now is using my "future one day to be" craft site that I am hand coding. here is the after link http://c.1asphost.com/c1sissy/index.htm This has a style sheet attached, and a tiny tad of inline style as per homework assignment. I have heard from a friend that is in this course that they will tear you up in here. Which is good for learning! before link http://c.1asphost.com/c1sissy/index.html This is before I started to change things around.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework/styles question - 11/22/2003 17:32:11
My next lesson involves embeding styles. No biggie I know how to do this. My question, since I am using a page that I am trying to create on my own, and all the products are in a table. Is it possible to style a table? I don't want the answers, a tutorial etc.. would be helpful. I have spent the past several days looking online for something to help me out, went through my books, nothing seems to be answering my question here. here is the page that I would like to know this for http://c.1asphost.com/c1sissy/products.htm I suppose the areas in question that I would like to style are the borders, I did find a tad on that, as well as the fonts inside the cells, and how would I work this along with the pictures in the table? sheesh, I hope I'm making my thoughts clear. I'm going sort of nutso from searching. Also, should the "christmas crafts' go into the table as a caption? Thanks in advance
< Message edited by c1sissy -- 11/22/2003 5:32:54 PM >
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework/styles question - 11/23/2003 11:06:17
quote:
ORIGINAL: Long Island Lune Hi Deb, Long time no hear. Figured you were going loco with your CSS. I know nothing about this but I did a little searching on google for you and located these sites. You probably seen them, before right? Their all about tables. Hope this helps. http://search.atomz.com/search/?sp-q=tables&sp-a=00010499-sp00000000 http://www.w3.org/TR/REC-CSS2/tables.html http://www.nic.fi/~tapio1/HTMLKit/CSSInst.php3 http://www.nic.fi/~tapio1/HTMLKit/sivukarttaCss.php And a CSS Forum too: http://www.ahfb2000.com/webmaster_help_desk/showthread.php?threadid=2338 Thanks LIL, I am taking a look at these, and am actually a member of this forum!? lol, sort of forgot! And yes, my silence is a large indicator of how "locco" I have been going between reading viewing source and all that goes along with this! lol. quote:
quote:
ORIGINAL: c1sissy . My question, since I am using a page that I am trying to create on my own, and all the products are in a table. Is it possible to style a table? Yes - exactly as you would any other element. _____________________________ Jesper Berendtsen Gorilla Group København Danmark The answer to that question is: "Yes, but we're only visiting." Thanks Jesper, I guess I have been searching myself crazy thinking that it was too easy? Any questions or problems, I'll be back.
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: css homework - 11/23/2003 11:36:09
quote:
ORIGINAL: gorilla As a purely practical point it is often better to do the broadbrush stuff positioning etc, to the <table> element. And do the detailed presentational work to the <td> elements. Different for everbody of course and very circumstance dependent but a useful guideline even so. With the <td>, or with the <table> do I set the font-family and color if I prefer that it be a tad different from the body and p? (instructor recomends setting the font-family in both body and p, font-size only in p)
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|