Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
mkyb14 #1
how to create macromedia's curved corners
after googling this slick idea, there are a bunch of websites that go various
ways in creating the curved corners. most describe using tables to create the
cells for the corners and then the center for the information. is there
another way that's more concise, or effecient than creating numerous tables?
div tags or something? if so do you know of a good tutorial for this?
looking at macromedia's website and viewing the source doens't get me far
seeing as i can't figure out which .css file they are calling for "pod" which i
believe is the content for the tables.
Anyone who has done this or knows how to do this, help would be much
appreciated!
,Brodie
mkyb14 Guest
-
Top Nav Bar like Macromedia's
I would like to build a top nav bar just like the one on this site. When the user puts their mouse over the nav bar a secondary nav bar comes up... -
Trying to use the Macromedia's OBJ exporter
Hi all, I am using Director MX 2004. I downloaded 3D Speedport xtra from Macromedia's web site. I installed the xtra, and the menu item labeled... -
how can i install macromedia's fileXtra?
From director-online i got The fileXtra resides in the Save as Java directory in the Xtras folder. If you are using Director 8 you have to make... -
how to create curved dashed lines?
How do you create a curved path or line that is dotted or dashed as in the line seen trailing the butterfly in the linked image. ... -
Macromedia's Cursor_Mask example?
Does anyone know how to accomplish a traveling matte similar to when a circle mask follows the cursor and reveals the layer below. The best... -
Murray *TMM* #2
Re: how to create macromedia's curved corners
The corners are small images, positioned using CSS. You can see how they do
this up close by using FILE | New | Page Designs (CSS) > any of the Halo
layouts.
Take a look at the images called "tl" and "tr", which are positioned at the
corners of the pagecell1 div to form the corners.
/***********************************************/
/* Layout Divs */
/***********************************************/
#pagecell1{
position:absolute;
top: 112px;
left: 2%;
right: 2%;
width:95.6%;
background-color: #ffffff;
}
#tl {
position:absolute;
top: -1px;
left: -1px;
margin: 0px;
padding: 0px;
z-index: 100;
}
#tr {
position:absolute;
top: -1px;
right: -1px;
margin: 0px;
padding: 0px;
z-index: 100;
}
--
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
==================
"mkyb14" <webforumsuser@macromedia.com> wrote in message
news:d8kn7n$stj$1@forums.macromedia.com...> after googling this slick idea, there are a bunch of websites that go
> various
> ways in creating the curved corners. most describe using tables to create
> the
> cells for the corners and then the center for the information. is there
> another way that's more concise, or effecient than creating numerous
> tables?
> div tags or something? if so do you know of a good tutorial for this?
>
> looking at macromedia's website and viewing the source doens't get me far
> seeing as i can't figure out which .css file they are calling for "pod"
> which i
> believe is the content for the tables.
>
> Anyone who has done this or knows how to do this, help would be much
> appreciated!
>
> ,Brodie
>
Murray *TMM* Guest
-
mkyb14 #3
Re: how to create macromedia's curved corners
yea i know that :) but i'm needing to know how they made the images so smooth.
photoshop and fireworks isn't making them as smooth. i take it they used
fireworks!
also within dreamweaver i don't have any halo layouts...? is that in mx 2004
and not the previous versions?
mkyb14 Guest
-
Murray *TMM* #4
Re: how to create macromedia's curved corners
> i take it they used
I would hope so. Why not post in the FW forum and ask about smooth radius> fireworks!
curves?
That's right. Only MX2004....> is that in mx 2004
> and not the previous versions?
--
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
==================
"mkyb14" <webforumsuser@macromedia.com> wrote in message
news:d8nrpp$doi$1@forums.macromedia.com...> yea i know that :) but i'm needing to know how they made the images so
> smooth.
> photoshop and fireworks isn't making them as smooth. i take it they used
> fireworks!
>
> also within dreamweaver i don't have any halo layouts...? is that in mx
> 2004
> and not the previous versions?
>
Murray *TMM* Guest



Reply With Quote

