User Profile

Collapse

Profile Sidebar

Collapse
wreed
wreed
Last Activity: Apr 10 '07, 01:12 PM
Joined: Jan 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wreed
    started a topic Div references in CSS

    Div references in CSS

    What is the difference between "#divname" and "div#divnam e"? When do you use which? I think I've seen "div.divnam e" too.

    Thank you.
    See more | Go to post

  • wreed
    replied to IE vs FoxFire and Positioning
    Just to let you know, I found some really good float information, and changed my page to be pretty liquid using mostly floats and a few relatives. I *think* I have a decent handle on what's going on as long as I keep it simple.

    I really appreciate your help and quick responses! Thank you very much.
    See more | Go to post

    Leave a comment:


  • wreed
    replied to IE vs FoxFire and Positioning
    Thanks, I'd appreciate the links. I understand about removing elements from the flow - absolute does that too....
    See more | Go to post

    Leave a comment:


  • wreed
    replied to IE vs FoxFire and Positioning
    I'm working through your answers. My focus is on the first two images: logo and dock. When I remove "position:relat ive;" and the top and left measurements, both images are flush left against the body border, the logo is flush top, and the dock image is directly under the logo. Instead, I want the two images across from each other at the top with some white space around each. The only way I can find to make it work is using relative...
    See more | Go to post

    Leave a comment:


  • wreed
    replied to IE vs FoxFire and Positioning
    Thanks. I had tried using ems and percentages, but was running into spillover with window or text resizing. That got me trying all kinds of other position= and directional measurment combinations. Relative with px seemed to give me the closest result to what I wanted.

    I'm a little confused about "position=" and directional positions. I thought that to use a directional position (left=, top=, etc.), that I HAVE to have...
    See more | Go to post

    Leave a comment:


  • wreed
    replied to IE vs FoxFire and Positioning
    Thank you so much for your answers! Sorry for being dyslexic!

    Yes, I was using relative, or SOME position, because I thought I was supposed to. Do I understand correctly that generally I don't need to use "position= "? That would sure be a lot easier!

    I'll check out positionisevery thing.net.

    Thank you for your help! You guys are amazing!...
    See more | Go to post

    Leave a comment:


  • wreed
    started a topic IE vs FoxFire and Positioning

    IE vs FoxFire and Positioning

    I have several questions. I ran my html and css through a checker, and fixed all of the errors it found.

    1) I was using IE for development, but have now switched to FF after reading other posts. Once my page is lined up for FF, how do I make it IE compatible? I found this code that tests for IE browser use: <!--[if IE]> <![endif]--> and I could redirect to an IE specific stylesheet.

    2) I'm finding that I...
    See more | Go to post
No activity results to display
Show More
Working...