Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 08:48:48 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155442 Posts in 21702 Topics by 7731 Members
Latest Member: zvaigzdzius
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: padding issue in FF not IE  (Read 575 times)
Ogierini

Offline Offline

Posts: 276



WWW
« on: October 19, 2008, 12:33:42 PM »

Hi there,

I got a little padding issue in a template. See here in FF and IE.
-In IE: no issues
-in FF the header is 2 px to the left which leaves a gap with some white px....

How can I solve this?
Here comes the link:
http://www.angiesbeautycare.nl/wb


greetz Irene
Logged

Kind regards,Irene
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7972



WWW
« Reply #1 on: October 19, 2008, 12:56:15 PM »

Hello,

cannot reproduce this. tested with IE7 and FF 3.0.3. Looks both the same.

Matthias
Logged
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4884



« Reply #2 on: October 19, 2008, 01:04:39 PM »

cannot reproduce this. tested with IE7 and FF 3.0.3. Looks both the same.

The same here.
Using FF 2.0.0.17

Regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Ogierini

Offline Offline

Posts: 276



WWW
« Reply #3 on: October 20, 2008, 08:11:44 PM »

Strange..... I checked my version, is also ff 3.03
But if you all do'nt remarque it.....

I'll leave it the way that it is....
greetz

Irene
Logged

Kind regards,Irene
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2294



WWW
« Reply #4 on: October 20, 2008, 09:55:04 PM »

If it makes you happy, I can see what you mean.

You are loading the CSS twice in two different ways. That makes it very hard to debug using CSS debugging tools.
It seems totally unnecessary to me to do that.

All CSS rules are also loaded/interpreted twice. That could cause the shifting image.
My first try would be to get it right without the 2 ways of loading CSS.

Ruud

Logged

Professional WebsiteBaker Solutions
Ogierini

Offline Offline

Posts: 276



WWW
« Reply #5 on: October 21, 2008, 07:14:26 PM »

Hello Ruud,

So I am not grazy  grin

What do you mean by loading two ways the css?

There is only one styles.css in a bit modern?
I do change it in Dreamweaver and upload via ftp. I Thought everyone worked that way?

greetz Irene
Logged

Kind regards,Irene
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2294



WWW
« Reply #6 on: October 21, 2008, 09:49:38 PM »

What do you mean by loading two ways the css?

This is the first time the stylesheet is loaded. Done in a not really standard way.
Code:
<!-- I linked to the stylesheet using two methods, the @import method as well as the link rel method, to ensure maximum accessibility -->
<style type="text/css" media="all">
<!--
@import url(http://www.angiesbeautycare.nl/wb/templates/a_bit_modern/styles.css);
-->
</style>

This is the second time the same stylesheet is loaded. Done in the standard way.
Code:
<link rel="stylesheet" type="text/css" href="http://www.angiesbeautycare.nl/wb/templates/a_bit_modern/styles.css" media="all" />

For some reason FF (at least the firebug plugin) is really using both of them as separate stylesheets.
I would suggest to remove the first code part from your template/index.php.
If it doesn't solve it right away, at least it will be easier to debug.

Ruud
Logged

Professional WebsiteBaker Solutions
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!