Clicky

Jump to content

Pr0wer Miles

Public
  • Posts

    122
  • Joined

  • Last visited

About Pr0wer Miles

  • Rank
    [ β ] Beta
    [ β ] Beta

Information

  • Gender
    Array
  1. @Inoue Woke up this morning and I think I know what you mean, by third level menu are you talking about the a 3rd level listed element? You could also do li.folder ul ul ol,ul { //Pretty things here} for both third level elements in a list (unordered and ordered) else you are going to be making a ordered listed element in something that has two upper tiers which are unordered. The reason you don't need to put the li is because CSS implicitly knows that li would is the actual listed element (bullet or number) and thus the declarations of ul or ol in the CSS file inherit the 'idea' that this is going to be applied to the elements under ul or ol. Copy this and save it as htm for a visual reference (a little sloppy on the list but making a point :P) <html> <head> <style type="text/css"> ul {font-size:30px} ul ul{font-size:20px} ul ul ul,ol {font-size:10px} </style> </head> <body> <!-Unordered Example-> <ul><li>a <ul> <li>b<ul> <li>c</li> </ul></li> </ul> </li></ul> <!-Ordered Example-> <ul><li>a <ul> <li>b<ol> <li>c</li> </ol></li> </ul> </li></ul> </body> </html> @Genesis Vaguely speaking yes that is true but exceptions do exist if you have been following up to what I have been writing. Visual elements defined in a CSS document override elements in the HTML document and even then as mentioned earlier CSS can override itself depending on how its declared. Even if you by chance use, my coined term 'general element', the CSS declaration would override the the visual element no matter where it is BUT by giving it a special id/element you can apply a spefic style declared in the CSS to a certain attribute by referencing it in the HTML document thus breaking the 'general element' trend.
  2. The comma between ul,li is a technique that allows you to save time by not needing to rewrite the additional code that is similar to a previous element. (Otherwise known as "grouping") In this this case the ul and li (unordered list and ordered list) share the exact same properties, if you change one of the elements in this section you can see how it affects both instances in the HTML document. The ">" is called the child selector, basically its a way of overwriting the style (sorta like doing inline coding without actually writing in the document) but in a more practical sense of over riding inheritance (best way I can think of explaining it). In an actual scenario lets say that you defined in an external sheet that you want every element of p to be a certain font size, but you want to make bullet-ed items (unordered, ul) inside a p to have a different font size. Code for p p {font-size:14px} Code for ul in p p>ul {font-size:12px} //For every instance of ul in p set font size to 12 px instead of 14 px ul would be called the child and p would be the parent (ul of p) would be independent from styles declared from either p or if in an instance of ul by itself. Code for p p {font-size:16px} Code for ul (for ul is outside of p) ul {font-size:14px} Code for ul in p p>ul {font-size:12px} //Would not be overridden from either p or ul declarations previously mentioned.
  3. CSS... did a lot of it when I was younger, quite easy :D Anyway going to assume that you already know that CSS depends on HTML as in CSS overrides HTML elements visually (Style Sheets). There are three levels of CSS external, embedded, and inline of which inline overrides embedded, embedded overrides external (order of precedence from highest to lowest: inline, embedded, external). The snipped you gave us I'm going to assume is external of which a website's header would include <link rel="stylesheet" type="text/css" href="styles.css" /> Not sure on what exactly by what you mean by a menu template, if you are using frames which are viewed as two separate pages put together of which can contain their own css styles to be independent of each other or if you are using a single page of which you would have to define the items in the style sheet that you are referencing from and also define it in the HTML document itself. I would love to help you but I need a bit more clarity as to how you are organizing the page, how its being referenced, etc. HTML was my first language followed up by CSS and then object oriented came next so on and so forth. I actually love doing things like and made plenty of websites back in my high school as well as the entire design for the school site from essentially a blank notepad so I know my way around these things :P. I would be more than glad to help you but as I said prior, need a bit more information about the organization of the page/site to give you a more direct answer D:
  4. C-1 2010-10-25 Stirn is on the same day as well as Ookami which is on the 26
  5. Pr0wer Miles

    OrdoCast

    I heard Agares was found dead with a condom on his head as well...I will be happy to purge for you Lord Tretiak!
  6. From myself for Cohor B A typical week for Cohor B, had a good amount of people turn up for raid counts and hopefully should continue to go that route as we begin to go into the next. A message to our COs, make sure you pay close attention to upcoming events as we will be holding a meeting that is way overdue to collaborate on ideas for future events!
  7. Blueberry waffle pancake french toast suprme sunday...........

    THAT IS ALL >:C

  8. WTF xD don't forget about the tequila shots
  9. I was screen capping until Mark screwed it up >:/
  10. Seeing as the 28th is tomorrow, I will not be able to attend D block as usual and placed a request for E attendance to Agares
  11. Name: Pr0wer Miles Rank: E-6 Decurion _______________________________________________ Phase||||Mon---Tue---Wed---Thu---Fri---Sat| ---------------------------------------- 1st ---| |- D -|- D -|- D -|- D -|- D -|- D -| 2nd --| |- D -|- D -|- D -|- D -|- D -|- D -| 3rd ---| |- * -|- D -|- D -|- D -|- D -|- D -| 4th ---| |- D -|- D -|- D -|- D -|- D -|- D -| *Have a midterm on this date that runs in the late evening thus not sure how long it will go for but will put a more tentative time as the 28th draws closer.
  12. Reminds me of the 3 AM raids Erebus loves to do >.> (we need less afk ppl >:/) Nice write :3
  13. [21:49] Aryte Vesperia is Online [21:49] Pr0wer Miles: oh fff boss wolf is on the station o.o; [21:49] Aryte Vesperia: >:) [21:49] Pr0wer Miles: I swear I didn't do anything D: [21:50] Pr0wer Miles: mav made me do it [21:50] Pr0wer Miles: >:/ [21:50] Maverick Garfield: i'm putting a mistletoe on my ass [21:50] Aryte Vesperia: ... [21:50] Aryte Vesperia: W-- [21:50] Aryte Vesperia: ... random [21:50] Aryte Vesperia is Offline [21:51] (COM): Pr0wer Miles: +1 pt for invictus xD
×

Important Information

By using this site, you agree to our Privacy Policy, and Terms of Use.