Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Ad Bec #1
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
-
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... -
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... -
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... -
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... -
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... -
Murray *TMM* #2
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
-
Ad Bec #3
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
-
Murray *TMM* #4
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



Reply With Quote

