Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Karinder #1
Help, my site looks wrong in IE
:confused;
I'm busy building my first website with Dreamweaver. Everything's been going
great until I did a browser test - GARGHHHH! (me pulling my hair).
Please go to [url]http://petaline.net/Petaline/index.htm[/url]
In Windows 2000 or XP with IE 5.5 or 6, the blue navbar on the side is way too
huge. It's supposed to fit only around the text. It looks just fine in Opera,
Firefox, and Netscape, and even IE for mac. no go on Windows though.
Any thoughts??
I would love you forever!!!!
Thanks, Karin
Karinder Guest
-
site.getLocalPathToFiles() doesnt update when site.setCurrentSite() is called
hi, i've been having issues with site.getLocalPathToFiles() getting the wrong sites path can anyone else confirm this? this is what im trying to... -
3 Connections but edit page brings up wrong site
I have set up 3 connections and have no problems accessing and amending one site. However, if I select one of the others the correct site appears... -
the remote site of web page is empty how can I moveeverything over from local site?
I am new to using this Dreamweaver 3 software and I cannot update my website, due to the remote site being empty. How can I repopulate the remote... -
Building my first flash site...would like input on site extensions TIA
I am building a site that will use flash videos/streaming media. Has anyone developed a site like this and knows the pros/cons between using... -
menu slice lines appearing on site / site visit/suggestions please TIA
The following site: http://www.peterperret.com/ has a fireworks MX menu set. When mouseover occurs on the menu items (first two are active), it... -
Karinder #2
Re: Help, my site looks wrong in IE
Addendum to message above: Here's the code. someone told me I'll always have
probs with rowspan/colspan in IE, and to take them out and specify height.
Tried that, and everything went to hell. Also,that the blue nav would always go
halfway across the page because I don't have enough in the right cell. If this
is true, what should I put in the right cell?
Any feedback is very welcome!
The table cell and table:
<td width="165" rowspan="2" class="bluebox"><table width="165" border="0"
align="center" cellpadding="5" cellspacing="0" bordercolor="#D4ECFB">
<tr>
<td> </td>
</tr>
<tr>
<td><a href="fineart.htm">fine art</a> </td>
</tr>
<tr>
<td><a href="papergoods.htm">paper goods</a> </td>
</tr>
<tr>
<td><a href="homegarden.htm">home + garden</a> </td>
</tr>
<tr>
<td><a href="jewelry.htm">jewelry</a></td>
</tr>
<tr>
<td><a href="clothing.htm">clothing + accessories </a></td>
</tr>
<tr>
<td><a href="babypet.htm">baby + pet </a></td>
</tr>
<tr><td> </td></tr>
<tr>
<td><a href="artists.htm">artists</a></td>
</tr>
<tr><td> </td></tr>
<tr>
<td class="style2"><a href="freestuff.htm">free stuff</a> </td>
</tr>
<tr>
<td><a href="http://www.petaline.net/dailybuzz.html">daily buzz</a> </td>
</tr>
<tr>
<td><a href="salon.htm">networking salon </a></td>
</tr>
<tr>
<td><a href="merchandise.htm">petaline merchandise</a></td>
</tr>
</table></td>
the bluebox style:
.bluebox {
padding: 0px 0px 0px 5px;
background-color: #d4ecfb;
color: #DC9000;
vertical-align: top;
font-family: Helvetica, sans-serif, "Arial Black";
font-size: 15px;
text-align: left;
Karinder Guest
-
Murray *ACE* #3
Re: Help, my site looks wrong in IE
[url]http://apptools.com/rants/spans.php[/url]
Can you post a link to the page?
--
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
==================
"Karinder" <webforumsuser@macromedia.com> wrote in message
news:eaj0od$rk8$1@forums.macromedia.com...> Addendum to message above: Here's the code. someone told me I'll always
> have
> probs with rowspan/colspan in IE, and to take them out and specify height.
> Tried that, and everything went to hell. Also,that the blue nav would
> always go
> halfway across the page because I don't have enough in the right cell. If
> this
> is true, what should I put in the right cell?
>
> Any feedback is very welcome!
>
>
> The table cell and table:
> <td width="165" rowspan="2" class="bluebox"><table width="165" border="0"
> align="center" cellpadding="5" cellspacing="0" bordercolor="#D4ECFB">
> <tr>
> <td> </td>
> </tr>
>
> <tr>
> <td><a href="fineart.htm">fine art</a> </td>
> </tr>
> <tr>
> <td><a href="papergoods.htm">paper goods</a> </td>
> </tr>
> <tr>
>
> <td><a href="homegarden.htm">home + garden</a> </td>
> </tr>
> <tr>
> <td><a href="jewelry.htm">jewelry</a></td>
> </tr>
> <tr>
> <td><a href="clothing.htm">clothing + accessories </a></td>
>
> </tr>
> <tr>
> <td><a href="babypet.htm">baby + pet </a></td>
> </tr>
> <tr><td> </td></tr>
> <tr>
> <td><a href="artists.htm">artists</a></td>
> </tr>
>
> <tr><td> </td></tr>
> <tr>
> <td class="style2"><a href="freestuff.htm">free stuff</a> </td>
> </tr>
> <tr>
> <td><a href="http://www.petaline.net/dailybuzz.html">daily buzz</a> </td>
> </tr>
>
> <tr>
> <td><a href="salon.htm">networking salon </a></td>
> </tr>
> <tr>
> <td><a href="merchandise.htm">petaline merchandise</a></td>
> </tr>
> </table></td>
>
> the bluebox style:
>
> .bluebox {
> padding: 0px 0px 0px 5px;
> background-color: #d4ecfb;
> color: #DC9000;
> vertical-align: top;
> font-family: Helvetica, sans-serif, "Arial Black";
> font-size: 15px;
> text-align: left;
>
Murray *ACE* Guest
-
Karinder #4
Re: Help, my site looks wrong in IE
Sure: it's [url]http://petaline.net/Petaline/index.htm[/url]
Karinder Guest
-
Murray *ACE* #5
Re: Help, my site looks wrong in IE
You are a victim of DW's Layout Mode. It's your table structure that's
doing this. Please read this -
[url]http://apptools.com/rants/spans.php[/url]
--
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
==================
"Karinder" <webforumsuser@macromedia.com> wrote in message
news:eal9ke$l2f$1@forums.macromedia.com...> Sure: it's [url]http://petaline.net/Petaline/index.htm[/url]
>
>
Murray *ACE* Guest
-
Karinder #6
Re: Help, my site looks wrong in IE
Thanks so much for the tip! I'm bookmarking these tutorials. Seems to me another reason I should learn how to do layout with CSS sooner rather than later.
Karinder Guest
-
Murray *ACE* #7
Re: Help, my site looks wrong in IE
Yep. Here are more for you -
[url]http://www.projectseven.com/tutorials/css/qdmacfly/index.htm[/url]
[url]http://www.macromedia.com/devnet/mx/dreamweaver/css.html[/url]
[url]http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html[/url]
[url]http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html[/url]
--
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
==================
"Karinder" <webforumsuser@macromedia.com> wrote in message
news:eaqh4n$a6d$1@forums.macromedia.com...> Thanks so much for the tip! I'm bookmarking these tutorials. Seems to me
> another reason I should learn how to do layout with CSS sooner rather than
> later.
Murray *ACE* Guest



Reply With Quote

