Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
mark4man webforumsuser@macromedia.com #1
Re: IR Slices into DW Layers...for Rollovers-OK!
Murray,
Sorry I panicked so abruptly. Went back & figured out how to create layout cells. Created 4 of those; & placed 2 of the 4 images. Went back again; & figured out how to create rollovers (DW drops them directly into the page)...so I placed those 2; & managed to arrange the 4 cells together.
Everything looks great, but I seem to have a default spacing of around 3/16" from the top & left of table to the edges of the page.
Anyway to get that closer?
Also: Now that the header of my home page is in the form of a table...if I create the rest of the site with layers...or if I mix layers & tables, is that bad?
Thanks very much; & thanks for the links, as well.
Sorry I panicked...had a tough day on the bricks & was in no mood to expend extra calculative energy. Once I relaxed, I managed to get it done.
mark4man
mark4man webforumsuser@macromedia.com Guest
-
ImageReady, Slices, Rollovers and Files Galore!
OK, so, I created a graphic in PhotoShop, made slices around the type to apply weighted optimization, brought it into ImageReady where I created... -
Disjointed Rollovers Using Frames, Hotspots and Slices
My nav menu is a standard Swap Image menu (not created from FW nav menu macro), with the While Mouse Over Image swapping from Frame 2. I'd like a... -
Secondary Rollovers and slices
I selected a slice then created a new over state in the rollovers pallete. I then went to the layers pallete and clicked an eye by the artwork I want... -
IR Slices Into DW Layers_For Rollovers
This shouldn't be so difficult, but for the life of me, I can't figure it out. I have an image created in Photoshop; & sliced (into 4 basic... -
IR Slices into DW Layers...for Rollovers
This shouldn't be so difficult, but for the life of me, I can't figure it out. I have an image created in Photoshop; & sliced (basically into 4... -
Murray *TMM* #2
Re: IR Slices into DW Layers...for Rollovers-OK!
mark:
I'm glad you persisted.
Now flush this part of your brain with Chlorox, and go back and figure out> Went back & figured out how to create layout cells.
how to do it in Standard Mode. Layout Mode is a death-trap for new
developers. Never use it again! 8)
3/16" from the top & left of table to the edges of the page.> Everything looks great, but I seem to have a default spacing of around
I can't see your code <hint> but I guess this is because you haven't set
your page margins - the fix will be posted later.
create the rest of the site with layers...or if I mix layers & tables, is> Also: Now that the header of my home page is in the form of a table...if I
that bad?
Not at all. Just make sure that you understand some of the limitations of
using them together -
[url]http://www.thepattysite.com/layer_laws.cfm[/url]
To set page margins -
Link to an external stylesheet (using DW's CSS editor), or embed a
stylesheet in your code (between <head> and </head>) with the following
style in it (embedded shown for cut-n-paste convenience) (assuming you want
zero margins) -
<style type="text/css">
<!--
body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left:
0px; padding:0px; }
-->
</style>
you could also try
body { margin : 0px 0px 0px 0px; padding:0px; }
or
body { margin : 0px; padding:0px; }
as a shorthand method.
This will take care of the margins in IE4+ and NN6. To take care of NN4x,
you will need to use MODIFY | Page Properties... and set the two right hand
margin fields (marginwidth and marginheight) to 0.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"mark4man" <webforumsuser@macromedia.com> wrote in message
news:bf2fl0$3u8$1@forums.macromedia.com...layout cells. Created 4 of those; & placed 2 of the 4 images. Went back> Murray,
>
> Sorry I panicked so abruptly. Went back & figured out how to create
again; & figured out how to create rollovers (DW drops them directly into
the page)...so I placed those 2; & managed to arrange the 4 cells together.3/16" from the top & left of table to the edges of the page.>
> Everything looks great, but I seem to have a default spacing of aroundcreate the rest of the site with layers...or if I mix layers & tables, is>
> Anyway to get that closer?
>
> Also: Now that the header of my home page is in the form of a table...if I
that bad?expend extra calculative energy. Once I relaxed, I managed to get it done.>
> Thanks very much; & thanks for the links, as well.
>
> Sorry I panicked...had a tough day on the bricks & was in no mood to>
> mark4man
>
>
Murray *TMM* Guest



Reply With Quote

