HighDots Forums  

Mac check please

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Mac check please in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
:. Nadia .:
 
Posts: n/a

Default Mac check please - 08-01-2004 , 03:33 AM






Could I have a Mac check please?
http://www.dreamweaverresources.com/redbiz/contact.html
I've checked using IE6 and FFox - index and contact page only live links

Thanks

Nadia



Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: Mac check please - 08-01-2004 , 06:49 AM






:. Nadia .: wrote:

Quote:
Could I have a Mac check please?
http://www.dreamweaverresources.com/redbiz/contact.html
I've checked using IE6 and FFox - index and contact page only live links

In addition to the color thing in my other post, your CSS has this:

ul li {
margin-bottom: 8px;
font: Arial, Helvetica, sans-serif 12px;
color: #FEFEFE;
line-height: 16px;
}

The correct shorthand for fonts would be:

font: 12px Arial, Helvetica, sans-serif;

Other than those two things, it looks good.


Gary


Reply With Quote
  #3  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Mac check please - 08-01-2004 , 07:07 AM



"Gary White" <reply (AT) newsgroup (DOT) please> wrote

Quote:
:. Nadia .: wrote:

Could I have a Mac check please?
http://www.dreamweaverresources.com/redbiz/contact.html
I've checked using IE6 and FFox - index and contact page only live links


In addition to the color thing in my other post, your CSS has this:

ul li {
margin-bottom: 8px;
font: Arial, Helvetica, sans-serif 12px;
color: #FEFEFE;
line-height: 16px;
}

The correct shorthand for fonts would be:

font: 12px Arial, Helvetica, sans-serif;

Other than those two things, it looks good.

I knew that :-)

Will fix asap and thanks for the other post!

Nadia




Reply With Quote
  #4  
Old   
Gary White
 
Posts: n/a

Default Re: Mac check please - 08-01-2004 , 09:28 AM



":. Nadia .:" <forums@-ozzie-perrelink.com.au> wrote

Quote:
I knew that :-)

Will fix asap and thanks for the other post!

You're welcome.

Gary




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

Default Re: Mac check please - 08-01-2004 , 10:35 AM



On 8/1/04 2:33 AM, in article cei6fm$g2u$1 (AT) forums (DOT) macromedia.com, ":. Nadia
..:" <forums@-ozzie-perrelink.com.au> wrote:

Quote:
Could I have a Mac check please?
http://www.dreamweaverresources.com/redbiz/contact.html
I've checked using IE6 and FFox - index and contact page only live links
Nadia,

Everything looks good in Safari 1.2.2, IE5.2, Firefox and Camino, except one
thing. At the bottom of the page is the line

"Copyright information goes here 2004"

On every browser except IE5, that line is centered. On IE5, it is left
justified.

FYI, I also noticed some inconsistencies in the right side menu.

€ The graphic right-arrow appears on every link except for "Location".
Intentional?

€ The finger pointer changes to an arrow pointer between all of the menu
items, except for between "Products" and "FAQs", where it remains a finger
pointer. Functionally and visually (without pointers), it is the same, but I
imagine that you probably meant to code them all the same.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.



Reply With Quote
  #6  
Old   
Osgood
 
Posts: n/a

Default Re: Mac check please - 08-01-2004 , 10:57 AM



John Gaver wrote:

At the bottom of the page is the line
Quote:
"Copyright information goes here 2004"

On every browser except IE5, that line is centered. On IE5, it is left
justified.

The 'class' works better applied to the <td> tag, not the <table> tag.
Mac IE5x is a bit fussy about classes an ids. It doesnt tend to like
them assigned to the table itself.



Reply With Quote
  #7  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Mac check please - 08-01-2004 , 11:02 AM



Thanks John, more inline:
Quote:
Everything looks good in Safari 1.2.2, IE5.2, Firefox and Camino, except
one
thing. At the bottom of the page is the line

"Copyright information goes here 2004"

On every browser except IE5, that line is centered. On IE5, it is left
justified.
Great, thanks... osgood seems to have the remedy for this one



Quote:
FYI, I also noticed some inconsistencies in the right side menu.

? The graphic right-arrow appears on every link except for "Location".
Intentional?
Therolloever doesn't appear to be doing it's job - will recheck that thanks!

Quote:
? The finger pointer changes to an arrow pointer between all of the menu
items, except for between "Products" and "FAQs", where it remains a finger
pointer. Functionally and visually (without pointers), it is the same, but
I
imagine that you probably meant to code them all the same.
I can't see this one.. I see the same pointer with all menu items.

Thanks for checking.

Nadia




Reply With Quote
  #8  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Mac check please - 08-01-2004 , 11:03 AM




"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote

Quote:
John Gaver wrote:

At the bottom of the page is the line

"Copyright information goes here 2004"

On every browser except IE5, that line is centered. On IE5, it is left
justified.


The 'class' works better applied to the <td> tag, not the <table> tag.
Mac IE5x is a bit fussy about classes an ids. It doesnt tend to like
them assigned to the table itself.

Didn't realise that one Osgood, so thanks :-)
Pretty much similar to NS4 in this respect I believe.


Nadia




Reply With Quote
  #9  
Old   
Osgood
 
Posts: n/a

Default Re: Mac check please - 08-01-2004 , 11:14 AM



:. Nadia .: wrote:
Quote:
Didn't realise that one Osgood, so thanks :-)
Pretty much similar to NS4 in this respect I believe.


Its mainly just the text inside a table. Mac IE 5x is ok with other
table attributes such as bg color, width etc. Just seems to get
alignment wrong. Any text inside a table I now tend to apply to the <p>
tag. It's ok to apply it to the <td> tag also. In your senario it work
just fine applied to that tag.



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

Default Re: Mac check please - 08-01-2004 , 11:17 AM



On 8/1/04 10:02 AM, in article cej0o4$boq$1 (AT) forums (DOT) macromedia.com, ":. Nadia
..:" <forums@-ozzie-perrelink.com.au> wrote:

Quote:
I can't see this one.. I see the same pointer with all menu items.
It's not the menu items themselves, but the space between them. Between most
of them, there is a cold spot between the menu items. Between "Products" and
"FAQs", there is no cold spot. It goes directly from one hot spot to the
next.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.



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.