Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
G33kman #1
Text Moving in ie
Okay so I just started designing this site and I finally got the background up
but whenever I type something up in DW I have it start out inside the
background img but when I upload the html *.doc to the net and then upload the
bkg and then go to view it it looks fine restored but when I maximize it the
text jumps outside of the bkg. I don't want any text outside of that bkg.
G33kman Guest
-
Moving text into the next cell
I am working on a large project with a lot of tables. The raw copy/lists come from Word and are in general set up with tabs, which makes it an easy... -
Moving text and objects??
Hello I have a small problem in Illustrator: I create some text and several logos on a document and then drag the pointer to select them, If I... -
Effect of a text moving like the waves...
I'm trying to create the effect of a text moving like the waves on the sea and I want to know if, in flash it is possible to create a 'wave' effect... -
moving the cursor in text
Hi all, How can I move the cursor in a editable text box through code. So if the user pushes the 'home' key I can move the cursor to the start of... -
text/images moving in error
Two buttons (rollovers) in a scene have some text areas which are exactly the same, in the exact same position. When I move from one button to the... -
G33kman #2
Re: Text Moving in ie
*UPDATE*
I forgot to include the website sorry.
[url]http://www.rentageekusa.com/test.html[/url]
please take a look at it and then see what can be done thanks
G33kman Guest
-
Murray *TMM* #3
Re: Text Moving in ie
This is the only way you are going to get that -
<style type="text/css">
<!--
body,td,th {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #fff000;
font-weight: bold;
text-align: left;
vertical-align: top;
height: 15px;
width: 125px;
}
body {
background-color: #FFFF00;
background-image: url([url]http://www.rentageekusa.com/images/Background_1.gif);[/url]
background-repeat: no-repeat;
background-position:top center;
margin-left: 75px;
margin-top: 50px;}
..style1 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 24px;
}
-->
</style>
</head>
<body>
<p style="text-align:center;">R</p>
</body>
</html>
--
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
==================
"G33kman" <webforumsuser@macromedia.com> wrote in message
news:dld8am$ijh$1@forums.macromedia.com...> *UPDATE*
> I forgot to include the website sorry.
> [url]http://www.rentageekusa.com/test.html[/url]
> please take a look at it and then see what can be done thanks
Murray *TMM* Guest



Reply With Quote

