css and layers suggestion

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default css and layers suggestion

    I got a new fetish designing with CSS :) Can you give me few suggestions on how
    would you approach buiding somthing like this by using layers and css.


    [url]http://www.geocities.com/abasscoms/index.html[/url]

    Also i like how the Evaluate right side menu on the macromedia's website
    changes the background color on mouse over. Can you please tell me how do they
    do this? i tried looking at he css class definition for it but i dont see
    anything that would make the switch.
    [url]http://www.macromedia.com/software/fireworks/?promoid=BINS[/url]

    thanks!

    Ad Bec Guest

  2. Similar Questions and Discussions

    1. Suggestion
      Hi, I just got an email with the subject "your code saved us" resulting from a post I made to the user contributed notes section for an entry in...
    2. Fill layers vs Pixel layers
      What is the difference between a fill layer and a pixel layer that contains a flat color? (Beside the capacity to paint different colors into the...
    3. FreeHand Layers to Acrobat Layers
      Hi, I have noticed that in Acrobat 6 that you can have layered documents and I 'm wanting to know if there is a way to create a layered PDF from a...
    4. suggestion: rb_eval_string_location
      Dear All Ruby implementors, Sometimes it is useful that if an error occur in an evaluated string, the location of the error is displayed as...
    5. Suggestion for pop3
      Hello, what can you suggest for a pop3server with ssl support? Im using a default exim package, I was hoping it's a package too. -- Thank...
  3. #2

    Default Re: css and layers suggestion

    Adjust your fetish to *remove* the notion of layers until you can use CSS to
    build a page without a single one. Then you are ready for them.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Ad Bec" <webforumsuser@macromedia.com> wrote in message
    news:dp11u6$guf$1@forums.macromedia.com...
    >I got a new fetish designing with CSS :) Can you give me few suggestions on
    >how
    > would you approach buiding somthing like this by using layers and css.
    >
    >
    > [url]http://www.geocities.com/abasscoms/index.html[/url]
    >
    > Also i like how the Evaluate right side menu on the macromedia's website
    > changes the background color on mouse over. Can you please tell me how do
    > they
    > do this? i tried looking at he css class definition for it but i dont see
    > anything that would make the switch.
    > [url]http://www.macromedia.com/software/fireworks/?promoid=BINS[/url]
    >
    > thanks!
    >

    Murray *TMM* Guest

  4. #3

    Default Re: css and layers suggestion

    Where did you get the idea that I cannot?

    I have buit rather complex stuff so far using layers and css / then css
    without layers as you mentioned.

    I just want to compare what a true css/layer professional woud have to say and
    how I would approach it.


    Ad Bec Guest

  5. #4

    Default Re: css and layers suggestion

    Layers, by definition, are absolutely positioned. Because they are
    absolutely positioned, they are removed from the normal flow. Because they
    are removed from the normal flow, the 'shape' of any given layer cannot
    affect any other content on the page.

    Therefore, a page that is making extensive use of layers to contain text
    content may become a quivering overlapping mess when the visitor resizes
    their text so that it is larger in the browser.

    Besides, the use of absolute positioning as a general rule is rarely if ever
    required for most layouts.

    That's why I say to forget about it. CSS layout is about so very much more
    than 'layers'.

    The layout on geocities is a fairly standard 3 column layout. It's not
    necessary to use 'layers' to achieve that at all.

    You can see a nice example of such a layout here -

    [url]http://www.projectseven.com/csslab/testing/minmax/cssp5.htm[/url]

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Ad Bec" <webforumsuser@macromedia.com> wrote in message
    news:dp1n2b$dqq$1@forums.macromedia.com...
    > Where did you get the idea that I cannot?
    >
    > I have buit rather complex stuff so far using layers and css / then css
    > without layers as you mentioned.
    >
    > I just want to compare what a true css/layer professional woud have to say
    > and
    > how I would approach it.
    >
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139