HighDots Forums  

CSS Problems on Mac's Browser

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS Problems on Mac's Browser in the Macromedia Dreamweaver forum.



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

Default CSS Problems on Mac's Browser - 08-01-2005 , 11:15 AM






I am currently working on a very simple web site for a local B&B. The problem
is, IE6 and Firefox both show the web site as designed. But my customer runs a
printing house and uses macs. She is using the brand new OS and the Browser
basically ignores my CSS properties. I get default text font/size and color
and white background.

First, is there a PC emulator for Mac's browser for testing purposes.
Second, does anyone have any advice with this problem? Should I just Set the
background and font properties manually on each page? Its a small page, only 7
or so pages and this is not a big problem, but I would like to avoid this in
the future for any bigger projects I may encounter.

Thanks
Patrick:confused;


Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: CSS Problems on Mac's Browser - 08-01-2005 , 11:30 AM







Quote:
First, is there a PC emulator for Mac's browser for testing purposes.
Virtual PC is often used.

Quote:
Second, does anyone have any advice with this problem?
It would be impossible to say without looking at the code.

Can you post a link to the page?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"AxiomComputers" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I am currently working on a very simple web site for a local B&B. The
problem
is, IE6 and Firefox both show the web site as designed. But my customer
runs a
printing house and uses macs. She is using the brand new OS and the
Browser
basically ignores my CSS properties. I get default text font/size and
color
and white background.

First, is there a PC emulator for Mac's browser for testing purposes.
Second, does anyone have any advice with this problem? Should I just Set
the
background and font properties manually on each page? Its a small page,
only 7
or so pages and this is not a big problem, but I would like to avoid this
in
the future for any bigger projects I may encounter.

Thanks
Patrick:confused;




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

Default Re: CSS Problems on Mac's Browser - 08-01-2005 , 12:24 PM



First, you misunderestood my question. I mispoke. I am needing an emulator
for mac's browser to work on my PC.
Second, I have not hosted the page as of yet. I can use one of the free
sites, or I can post the code for the pages here.
I will goto one of the free hosting services and reply with a link here asap.


Reply With Quote
  #4  
Old   
AxiomComputers
 
Posts: n/a

Default Re: CSS Problems on Mac's Browser - 08-01-2005 , 12:45 PM



here is the site. First, you will notice that the css is not used on the
index.htm,l page. but it is used on the pages in the main.html frame when you
click on a link.

This works perfectly when tested locally on IE 6 and firefox

PS please be understanding, this is NOT finished by any means.

www.harvesthouse.50megs.com


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

Default Re: CSS Problems on Mac's Browser - 08-01-2005 , 12:56 PM



The css to one of your frames is pointing to a file on YOUR HD. Whilst
it will work for you locally it wont when anyone else views the site on
the web. You need to re-link the css file.


file:///C|/Documents%20and%20Settings/Patrick%20Ryan/Desktop/harvesthouse/css/harvesthouse.css






AxiomComputers wrote:
Quote:
here is the site. First, you will notice that the css is not used on the
index.htm,l page. but it is used on the pages in the main.html frame when you
click on a link.

This works perfectly when tested locally on IE 6 and firefox

PS please be understanding, this is NOT finished by any means.

www.harvesthouse.50megs.com



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

Default Re: CSS Problems on Mac's Browser - 08-01-2005 , 01:36 PM



ok what am i doing wrong? The css file is being linked as the above on some
pages and as
<link href="../css/harvesthouse.css" rel="stylesheet" type="text/css"> on
others. Why is this? do I have the settings wrond somewhere?

Makes me want to stop using css all together and go back to doing it the old
html way. I know its outdated, but it still works.


Reply With Quote
  #7  
Old   
AxiomComputers
 
Posts: n/a

Default Re: CSS Problems on Mac's Browser - 08-01-2005 , 01:44 PM



ok. i think i have it right now. See if this is any better.

Thanks for the help Osgood

Patrick

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

Default Re: CSS Problems on Mac's Browser - 08-01-2005 , 02:03 PM



I dont really know what im looking for to be honest. Is the main text
meant to be that big, 36px? Aint that a bit big for the main body text?

body,td,th {
color: #004218;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 36px;
}



AxiomComputers wrote:

Quote:
ok. i think i have it right now. See if this is any better.

Thanks for the help Osgood

Patrick


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

Default Re: CSS Problems on Mac's Browser - 08-01-2005 , 02:39 PM



no thats about right. There isnt a lot of text information there.
its just a work in progress. the background colors were what the main problem was

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 - 2008, Jelsoft Enterprises Ltd.