This is a discussion on "Problems with FF and Safari compitablity" within the Web Page Design section. This forum, and the thread "Problems with FF and Safari compitablity are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Problems with FF and Safari compitablity
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Problems with FF and Safari compitablity
Hey! =)
Im new here and also new to web design. I made my first page ever a few weeks ago in Dreamweaver 8 using HTML and CSS and without knowing any better I only tried it during development in IE7. About the time it was finished and uploaded I realized that it didnt work as expected in either FF och Safari. FireFox seems to create margins around some of the divs on certain pages, and Safari just shows a black page :S Since I am a severe noob in this area my efforts of fixing this have been without result. If anyone of you have the time and energy help me or just guide me to a place where I can get help I would greatly appreciate it! My page is at www.johnscott.se Thank you in advance! Sincerely John Hellman Edit: Oh perhaps you need to access the css-file? It is located at www.johnscott.se/css.css , I hope you can access it like that =) Last edited by jimdeluxe; Jun 17th, 2007 at 16:58. |
|
|
|
|||
|
Re: Problems with FF and Safari compitablity
It works fine in FF fore me.
Try seting margins to 0 not 0px. or *{margin: 0; } or try html, body{ margin: o; } Or you could just set up a new css for only FF. set up a wrap tag #wrap{ width: 850px; } <notagz1> |
|
||||
|
Re: Problems with FF and Safari compitablity
I would say don't put all your text in an image. It's terrible for SEO. Not to mention accessibility. Firefox seems to display well. If you're having trouble with margins try...
|
|
|||
|
Re: Problems with FF and Safari compitablity
Thank you for your replies!
I tried the different mentioned versions of border and margin set to 0, but no to success. I still get two black horisontal lines on the "News" and "Portfolio" pages, do you not get these? What can cause this? And why only in FF? I am aware of the problems with text placed in images (trust me updating my news is a pain). But since I am using a home-made font I thought it was the easiest way to make the page viewable without forcing viewers to download and install the font. Better ideas are very welcome! Edit: Notagz1 what do you mean with wrap? Where would I use that code? |
|
|||
|
Re: Problems with FF and Safari compitablity
The way you have designed the site is less than conventional.
Do you have any css for the #menu? I don't see one. My guess would be that there is extra space being added in the menu or just below it. Firefox renders css/html for accurately than IE. Design your site for Firefox first and then make adjustments for IE. That will cause you less frustration in the future. |
|
|||
|
Re: Problems with FF and Safari compitablity
You do realize that your site has no real text, don't you? You're using images for the content instead of text.
Bad idea. |
|
|||
|
Re: Problems with FF and Safari compitablity
Thank you Lchad for your eagle eye =)
Of course the reason this was happening was that I completley forgot to add the menu, top and bottom to my CSS, noob mistake I am aware of the inconvienience with imagebased text and this was a choice I made fully aware of the problems it will cause. As I mentioned in my previous post this was the only way I could come up with to use such a customized font without forcing people to download and install it first. Better to have the inconvience on me then on my viewers =) It works now, however there's still some difference in how FF and IE7 handles the CSS, is there any easy way to make a page determine if the viewer is using FF or IE7 and choose between different CSS-files? Last edited by karinne; Jun 18th, 2007 at 14:01. Reason: Play nice now! |
|
|||
|
Re: Problems with FF and Safari compitablity
Quote:
I very much doubt you are "fully aware" of these problems. Last edited by karinne; Jun 18th, 2007 at 14:01. Reason: Alright ... |
|
||||
|
Re: Problems with FF and Safari compitablity
Members are here to help. Don't insult them!
From http://www.quirksmode.org/css/quirksmode.html on img display Quote:
|
|
|||
|
Re: Problems with FF and Safari compitablity
Gah Im confusing myself, please delete this post, or just ignore it! =)
|
|
|||
|
Re: Problems with FF and Safari compitablity
Thank you karinne, and everyone else!
I will try that. My apologizes for the unnecessary comments, and to mikehoply. |
|
|||
|
Re: Problems with FF and Safari compitablity
Quote:
E.g.
Edit: Ohh and btw thank you very much! =) |
![]() |
| Tags |
| compitability, css, firefox, html, problems, safari |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Navigation problems in safari | mikka23 | Web Page Design | 5 | Mar 24th, 2008 21:00 |
| [SOLVED] SIte looks fine in FF, Safari...Problems IE | Scotalia | Starting Out | 23 | Mar 12th, 2008 20:24 |
| Safari for Windows | moojoo | Webforumz Cafe | 49 | Jun 25th, 2007 14:23 |
| Major problems on Mac Safari & IE | redspiral | Web Page Design | 4 | May 16th, 2006 11:06 |
| CSS and Safari | joshcxa | Web Page Design | 2 | May 9th, 2006 10:43 |