Search:

Type: Posts; User: Ryan Fait; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,808

    It's because it's floated to the left. If the...

    It's because it's floated to the left. If the menu is fixed width, you can assign the ul 600 pixels, for example, and use margin: 0 auto; to center it. Other than a fixed width, there is no way to...
  2. Replies
    7
    Views
    7,744

    Okay, thanks!

    Okay, thanks!
  3. Replies
    16
    Views
    6,445

    I agree entirely, and I only use and code...

    I agree entirely, and I only use and code unobtrusive JavaScript that gracefully degrades, but for the use of a preloader... who cares?!
  4. Replies
    16
    Views
    6,445

    Yeah. That example does work in IE, though. As...

    Yeah. That example does work in IE, though. As long as you use the hover pseudo selector on an anchor it'll always work. There are some nice htc's that will allow the :hover element to be used on...
  5. Replies
    7
    Views
    7,744

    I used image replacement on the text so it's...

    I used image replacement on the text so it's actually a few background images, not plain text. I've been wanting to do that for a while, but it's not very practical on regular sites :)
  6. Replies
    3
    Views
    3,070

    Sorry for being so vague! Um, I don't know any...

    Sorry for being so vague! Um, I don't know any tutorials on that particular subject.

    Here are a few good layout sites:

    http://css.maxdesign.com.au/
    http://newguyinennis.com/samples/layouts/
    ...
  7. Replies
    16
    Views
    6,445

    Yeah, I agree to an extent. It's nice to have...

    Yeah, I agree to an extent. It's nice to have smooth rollovers, however. You can use the background switch method a lot of times, which is nice.

    http://www.newguyinennis.com/samples/css_hover/
  8. Replies
    7
    Views
    7,744

    It's not really a script, just a bit of CSS to...

    It's not really a script, just a bit of CSS to get a footer to stick to the bottom of the page regardless of content length. There are other alternatives out there like Blue's, but mine is just a bit...
  9. Replies
    3
    Views
    3,070

    You're looking for the CSS property, position:...

    You're looking for the CSS property, position: fixed;
  10. Replies
    16
    Views
    6,445

    You really don't have to worry about JavaScript...

    You really don't have to worry about JavaScript being disabled unless your site is specifically for less computer illiterate people. Anyway, you could do this with CSS by doing something like:

    ...
  11. Replies
    7
    Views
    7,744

    [CSS] Sticky Footer

    1) CODE TITLE: Stiky Footer

    2) AUTHOR NAME/NOTES: Ryan F

    3) DESCRIPTION: I've just coded a CSS sticky footer that's a lot more x-browser than most out there. It's small too :)

    4) URL TO...
Results 1 to 11 of 11