Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-09-2012, 05:07 PM   PM User | #1
operapixie
Regular Coder

 
Join Date: Nov 2011
Posts: 129
Thanks: 11
Thanked 0 Times in 0 Posts
operapixie can only hope to improve
Question WordPress side fine in FireFox, gross in Safari. How to fix?

Hi there,
I've been designing this site using FireFox, but went to look at it the other day in Safari and was horrified to discover that the WordPress side looks crappy (interestingly, the Products side, in Magento, is fine). I've not often run into cross-broswer issues (luck, I guess), so I just don't really know how to solve the spacing issues I'm having for the various divs.

I would be extremely appreciative if someone could take a look and guide me in the right direction.

Here's the dev site.

Thanks in advance.

~Laura
operapixie is offline   Reply With Quote
Old 12-09-2012, 05:59 PM   PM User | #2
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello operapixie,
I don't have Safari to view that site in but you have some odd CSS...
You set widths on elements then change those widths elsewhere in your CSS with all those !important's. http://james.padolsey.com/usability/dont-use-important/

I think the real problem is your document is not laid out properly. You have CSS and scripts that are neither in the head or the body. Check your site in the validator to see what I mean.

It should be laid out more like this -
Code:
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>title</title>
    <link rel="stylesheet" href="style.css">
    <script src="script.js"></script>
  </head>
  <body>
    <!-- page content -->
  </body>
</html>
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Old 12-09-2012, 06:00 PM   PM User | #3
operapixie
Regular Coder

 
Join Date: Nov 2011
Posts: 129
Thanks: 11
Thanked 0 Times in 0 Posts
operapixie can only hope to improve
Hmmm...it's based on a template, but so hugely modified that it no longer resembles the original template at all. I wonder if I should just start it over from scratch at this point.
operapixie is offline   Reply With Quote
Old 12-10-2012, 02:31 PM   PM User | #4
rameezzahid
New Coder

 
Join Date: Nov 2012
Location: new york
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
rameezzahid is an unknown quantity at this point
I think you are beginner as a web designer and you need good result. For good result you need to use word-press theme and modify it. my suggestion for you firs use the theme as it with your information and see the difference and then start your own design.
rameezzahid is offline   Reply With Quote
Old 12-10-2012, 03:26 PM   PM User | #5
operapixie
Regular Coder

 
Join Date: Nov 2011
Posts: 129
Thanks: 11
Thanked 0 Times in 0 Posts
operapixie can only hope to improve
With all due respect, you don't know anything about me and my skills, and you clearly didn't read my post which stated that a template had been used, and then modified to within an inch of it's life. I will, however, chalk up the rude tone of the message to English not being your native language, since my experience here on CodingForum has generally been filled with positive, helpful people & posts.
operapixie is offline   Reply With Quote
Old 12-17-2012, 11:54 AM   PM User | #6
JiDevk
New to the CF scene

 
Join Date: Oct 2012
Location: USA
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
JiDevk is an unknown quantity at this point
The link is dead , how can people help you ?
__________________
WordPress form !!! WordPress menu
JiDevk is offline   Reply With Quote
Reply

Bookmarks

Tags
cross broswer, css, firefox, safari

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:44 PM.


Advertisement
Log in to turn off these ads.