Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Pam12345 #1
Space in 100% Width
This has been happening randomly with my websites and I can't figure out why. I
make a table with 100% width. When you view it online, there is a gap on the
right side of it (about 1 cm). When you hit refresh it goes away. I have no
idea why this happens and only happens sometimes. An example of a problem site
can be seen here: [url]http://newtrendrealty.com/test.htm[/url]
Pam12345 Guest
-
I know we can set max image width, but I need to set itby region. Region A has one max width; Region B another.
We can already set a maximum image width for use globally, throughout every page. Can we do it by region? This way one region can have a max... -
CSS div width
I am trying to create a gallery page which delivers images dynamically, in a single row, triggering the browser scroll if necessary. The amount... -
How to get the screen width ?
Hi all, I have tried the following code to get screen width : <mx:DataGrid ..... width="System.capabilities.screenResolutionX" > But it... -
DG Column Width vs Table Column Width
Hi, I am wanting to display data in a datagrid with additional header rows above it that categorise some of the main headers of the datagrid. I... -
*** How can I fill width of browser without space?
Flash MX, I have my flash movie (800px by 540px) and I would like the left edge of the flash movie to be flush with the left side of the browser... -
Murray *TMM* #2
Re: Space in 100% Width
Pam:
Where in Philadelphia area? I am in NW Chester county....
It's an IE thing - doesn't happen in FF or on the Mac. I think you can fix
it by changing <body...> to <body ... scroll="auto">, but there must be a
cleaner way to do it that I am just forgetting.
--
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
==================
"Pam12345" <webforumsuser@macromedia.com> wrote in message
news:d8sap9$n9q$1@forums.macromedia.com...> This has been happening randomly with my websites and I can't figure out
> why. I
> make a table with 100% width. When you view it online, there is a gap on
> the
> right side of it (about 1 cm). When you hit refresh it goes away. I have
> no
> idea why this happens and only happens sometimes. An example of a problem
> site
> can be seen here: [url]http://newtrendrealty.com/test.htm[/url]
>
Murray *TMM* Guest
-
Pam12345 #3
Re: Space in 100% Width
Hi Murray,
Thanks for responding. The auto definition in the body tag didn't work for me. This is just baffling. BTW, I'm in Bucks Cty.
Thanks!
-Pam
Pam12345 Guest
-
Murray *TMM* #4
Re: Space in 100% Width
Pam:
Heh - a hop, skip, and jump from Spring City/Chester Cty!
Show me what you have tried, please.
--
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
==================
"Pam12345" <webforumsuser@macromedia.com> wrote in message
news:ddvcim$mqd$1@forums.macromedia.com...> Hi Murray,
> Thanks for responding. The auto definition in the body tag didn't work
> for me. This is just baffling. BTW, I'm in Bucks Cty.
> Thanks!
> -Pam
Murray *TMM* Guest
-
Pam12345 #5
Re: Space in 100% Width
Hi Murray,
I tried putting the scroll="auto" in the body tag but it didn't help. I'm working on this site now with the same problem: [url]http://mikulawebsolutions.com/lavender/test2.htm[/url]
-Pam
Pam12345 Guest
-
Murray *TMM* #6
Re: Space in 100% Width
Try changing this -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Lavender Rose, LLC</title>
....
<body...>
to this -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Lavender Rose, LLC</title>
....
<body scroll="auto">
and see what happens.
--
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
==================
"Pam12345" <webforumsuser@macromedia.com> wrote in message
news:deffd9$49u$1@forums.macromedia.com...> Hi Murray,
> I tried putting the scroll="auto" in the body tag but it didn't help. I'm
> working on this site now with the same problem:
> [url]http://mikulawebsolutions.com/lavender/test2.htm[/url]
> -Pam
Murray *TMM* Guest



Reply With Quote

