Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
maynardt #1
background-repeat: repeat-x in HTML? Please help!
I want to have a "centered page" look full screen...I have made them using
layers and CSS but if I need it to work in most browsers how do I do the same
with HTML?
Your help is greatly appreciated!
maynardt Guest
-
repeat
I used to play certain games on Shockwave but now when I want to play them it says that I need a media player or a shockwave player. I click to... -
How to repeat background in Flex?
Could I use a 1px image as the background, and let it repeat to fill the whole area?In HTML I can use repeat-x,repeat-y to repeat background.But... -
can i make background not repeat inside a table
how do i make a background not repeat inside a table? i know how to do it for the page background but not inside a table. i thought it was in one of... -
How to make background image repeat endlessly?
Please help me with this. Thanks. I am trying to make the background loop again and again. e.g. The background text "Happy Happy Happy Happy"... -
repeat while...
I'm having difficulty with a repeat loop in some movie controls. When I press the rewind button and the movieTime reaches 0, it goes back to the... -
Murray *ACE* #2
Re: background-repeat: repeat-x in HTML? Please help!
>I want to have a "centered page" look full screen...I have made them using
What? Are you asking about centering a page or tiling a background?> layers and CSS but if I need it to work in most browsers how do I do the
> same
> with HTML?
Here's how to center a page that contains layers -
Change this -
</head>
to this -
<style type="text/css">
<!--
body { text-align:center; color:#CCC; }
#wrapper { text-align:left; width:720px; margin:0 auto;position:relative; }
-->
</style>
</head>
change this -
<body ...>
to this -
<body ...>
<div id="wrapper">
and this -
</body>
to this -
</div><!-- /wrapper -->
</body>
and see if that helps.
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"maynardt" <webforumsuser@macromedia.com> wrote in message
news:e6u5au$89e$1@forums.macromedia.com...>I want to have a "centered page" look full screen...I have made them using
> layers and CSS but if I need it to work in most browsers how do I do the
> same
> with HTML?
>
> Your help is greatly appreciated!
>
Murray *ACE* Guest
-
maynardt #3
Re: background-repeat: repeat-x in HTML? Please help!
Sorry for the confusion...Not in layers!.. Maybe this will help...go to [url]http://wwwdev.lafayette.edu/new/index.html[/url]
maynardt Guest
-
Murray *ACE* #4
Re: background-repeat: repeat-x in HTML? Please help!
Not in layers?
What do you mean?
--
Murray --- ICQ 71997575
Adobe Community Expert
(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
==================
"maynardt" <webforumsuser@macromedia.com> wrote in message
news:e6u6s1$a47$1@forums.macromedia.com...> Sorry for the confusion...Not in layers!.. Maybe this will help...go to
> [url]http://wwwdev.lafayette.edu/new/index.html[/url]
Murray *ACE* Guest



Reply With Quote

