Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Major problems with Mac browers - Safari AND IE
Old 05-07-2006, 01:46 PM Major problems with Mac browers - Safari AND IE
Junior Talker

Posts: 4
Trades: 0
Hey there,

First post here and hope someone can help ...
i've just finished building a site for a local festival at: http://www.fromefestival.co.uk

Thought all was well - checked and optimised and compliant and looking just dandy on a PC - BUT then I saw the Events pages on a MAC Safari and IE5.2 - EEk!

See e.g:
http://www.fromefestival.co.uk/2006/events/070706.html

Something strange afoot - In Safari you can see event titles, but the paragraph descriptive text is all squished into one pixel on the left, and in IE you can ONLY see the titles.

The tag with the problem seems to be:
#eventitems p.description
{
padding: 3px;
font-size: 0.75em;
border-bottom: 2px solid #CC3333;
overflow:hidden;
clear:both;
margin-bottom: 8px;
}
- but just can't figure what is causing it??

FYI If you are on a PC you can see the problem in Safari at http://www.snugtech.com/safaritest/ - just copy in domain above.

Hoping someone can advise.

ps
css available via:
http://www.fromefestival.co.uk/2006/css/fromefestival_nosidebar.css
and
http://www.fromefestival.co.uk/2006/festival_diary.css
redspiral is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-08-2006, 03:43 AM Re: Major problems with Mac browers - Safari AND IE
Experienced Talker

Posts: 43
Trades: 0
Can't help you with the problem, BUT, what you can do, is ignore IE for Mac completely. IE for Mac is no longer downloadable, because Microsoft themselves discontinued the product a couple of months ago. (I'm just hoping they will discontinue the one for PC as well). So you don't have to adapt the site for IE for Mac, becaus hardly anyone uses it. Mostly because it's deprecated and Safari pwns the browser any day.
__________________
Thou shall NOT use frames
Thou shall not use tables for anything but list data
Thou shall love and honor the great powers of XHTML and CSS
Twinrehz is offline
Reply With Quote
View Public Profile
 
Old 05-08-2006, 08:52 AM Re: Major problems with Mac browers - Safari AND IE
Junior Talker

Posts: 4
Trades: 0
Thx Twinrehz - makes me feel a bit better.
Just checking our stats and comes out as Mac 6.6 % and 4% from Safari - so definitely need to try and get this sorted at least for Safari. I just can't figure it - head hurts!

Can anyone advise on Safari?
redspiral is offline
Reply With Quote
View Public Profile
 
Old 05-08-2006, 10:42 AM Re: Major problems with Mac browers - Safari AND IE
funkdaddu's Avatar
Web Design Snob

Posts: 635
Trades: 0
Remove "overflow:hidden;" from #eventitems p.description, and it works fine for me. You don't need an overflow there unless you set a height for the paragraph. If you add a paragraph height it shows up.
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Old 05-08-2006, 11:47 AM Re: Major problems with Mac browers - Safari AND IE
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
What funkdaddu said. The overflow attribute only should be used in conjunction with the height attribute.

And for more information on what twinrehz was talking about:

http://www.microsoft.com/mac/product...ternetexplorer

I figure if they're telling users to upgrade to Safari, then well...upgrade to Safari.

You may also be seeing some Firefox/MAC traffic. as well, so the IE for MAC percentage is probably below 0.5%.

Also, how much of that percentage is you testing?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 05-08-2006, 04:40 PM Re: Major problems with Mac browers - Safari AND IE
Junior Talker

Posts: 4
Trades: 0
Thank for the responses -but - I have removed the "overflow:hidden" and nothing has changed ... ???
Based on your posts I am now only really concerned about Safari. I think I am probably contributing minimal %age as I am working on a PC and just checking Safari on a friends Mac and via snugtech.com.
There are a few key people that I know will be using Safari on this site and right now am feeling like a total duffus - just can't get to the bottom of this ... sigh ...
redspiral is offline
Reply With Quote
View Public Profile
 
Old 05-09-2006, 03:10 AM Re: Major problems with Mac browers - Safari AND IE
Experienced Talker

Posts: 43
Trades: 0
No need to feel like a dufus, it's difficult adapting sites to as many browsers as possible.

That anyone would use IE for Mac is beyond me... Opera and FireFox mostly acts as they do on a PC, there might be some different rendering on automatic borders, margins and paddings, but that can be solved by inserting:

Code:
* {
     margin: 0;
     padding: 0;
     border: 0;
}
In the top of the CSS. As long as you put it in the top, it wont affect the paddings, margins and borders you use elsewhere in the CSS.
__________________
Thou shall NOT use frames
Thou shall not use tables for anything but list data
Thou shall love and honor the great powers of XHTML and CSS
Twinrehz is offline
Reply With Quote
View Public Profile
 
Old 05-09-2006, 10:24 AM Re: Major problems with Mac browers - Safari AND IE
Junior Talker

Posts: 4
Trades: 0
All sorted! :-) Thanks for your support and advice Twinrehz
redspiral is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Major problems with Mac browers - Safari AND IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.27698 seconds with 12 queries