HighDots Forums  

Can someone with Safari and IE help me out??

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Can someone with Safari and IE help me out?? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steven Dubbeldam
 
Posts: n/a

Default Can someone with Safari and IE help me out?? - 06-30-2004 , 10:00 PM






Ok, here's my annoying problem.

I'm developing a site using DW that consists of a couple different layers,
its really simple. But when I view the site using Safari the one layer is
about 20pixels lower than the other, but they are both set to be at 0 WHY?
And it looks fine on IE, they both line up.

Could someone with both Safari and IE take a look at the follwing url to see
if you know what the problem might be.

<http://www.heartlandalliance.ca>

Thanks in advance,

Dubs


Reply With Quote
  #2  
Old   
John Gaver
 
Posts: n/a

Default Re: Can someone with Safari and IE help me out?? - 07-01-2004 , 12:12 AM






On 6/30/04 9:00 PM, in article BD08CC59.104CF%steven (AT) alurdesign (DOT) com, "Steven
Dubbeldam" <steven (AT) alurdesign (DOT) com> wrote:

Quote:
Ok, here's my annoying problem.

I'm developing a site using DW that consists of a couple different layers,
its really simple. But when I view the site using Safari the one layer is
about 20pixels lower than the other, but they are both set to be at 0 WHY?
And it looks fine on IE, they both line up.

Could someone with both Safari and IE take a look at the follwing url to see
if you know what the problem might be.

http://www.heartlandalliance.ca

Thanks in advance,

Dubs

Dubs,

Remove the <p> tag enclosing the image in the second layer.

Action America



Reply With Quote
  #3  
Old   
Judy
 
Posts: n/a

Default Re: Can someone with Safari and IE help me out?? - 07-01-2004 , 04:59 AM



Beautiful site! try centering it on the page it will stand out more then
(just an observation)
Judy
"Steven Dubbeldam" <steven (AT) alurdesign (DOT) com> wrote

Quote:
Ok, here's my annoying problem.

I'm developing a site using DW that consists of a couple different layers,
its really simple. But when I view the site using Safari the one layer is
about 20pixels lower than the other, but they are both set to be at 0 WHY?
And it looks fine on IE, they both line up.

Could someone with both Safari and IE take a look at the follwing url to
see
if you know what the problem might be.

http://www.heartlandalliance.ca

Thanks in advance,

Dubs




Reply With Quote
  #4  
Old   
Juan Zamudio
 
Posts: n/a

Default Re: Can someone with Safari and IE help me out?? - 07-01-2004 , 09:01 AM



Steven Dubbeldam wrote:

Quote:
Ok, here's my annoying problem.

I'm developing a site using DW that consists of a couple different layers,
its really simple. But when I view the site using Safari the one layer is
about 20pixels lower than the other, but they are both set to be at 0 WHY?
And it looks fine on IE, they both line up.

Could someone with both Safari and IE take a look at the follwing url to see
if you know what the problem might be.

http://www.heartlandalliance.ca

Thanks in advance,

Dubs

div id="sidebar" style="position:absolute; left:0px; top:0;
width:200px; height:420; z-index:1">

it shlud be (check the px)

<div id="sidebar" style="position:absolute; left:0px; top:0px;
width:200px; height:420px; z-index:1">

<div id="background" style="position:absolute; left:200px; top:0;
width:560px; height:420; z-index:2;">

it should be (check the px again)
<div id="background" style="position:absolute; left:200px; top:0px;
width:560px; height:420px; z-index:2;">

<div id="Layer1" style="position:absolute; left:222px; top:162px;
width:515; height:34px; z-index:4; font-family: ; background-color:
#E8E7E2; layer-background-color: #E8E7E2; border: 1px none
#000000;"hoefler text; color: #333333;>

This i dont understand, what is hoefler text? and again you missed px in
the width, i dont recall a property named layer-background-color, the
font-family rule is empty and the " before hoefler text should be after
color:#333333;

See if that helps you.


--
Juan Zamudio


Professionals are predictable but the world is full of dangerous amateurs.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.