13 replies [Last post]
mouche
mouche's picture
User offline. Last seen 3 years 3 weeks ago. Offline
newbie
Timezone: GMT+1
Joined: 2008-12-23
Posts: 2
Points: 0

Hello to everybody, i am new in this forum.
I am developing a wordpress blog, and i am testing it with internet explorer browser: it works well.
But now that i am checking it also on mozilla firefox, i see many layout problems..
I think this is why browsers are processing CSS in different ways, but i don't know how.

There's someone who can help me please?

You can see by yourself differences between two layouts, blog URL is http://www.sierrasnowboard.it.

Thanks.

Deuce
Deuce's picture
User offline. Last seen 2 days 16 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2005-11-20
Posts: 4416
Points: 1835

mouche wrote:i am testing it

mouche wrote:

i am testing it with internet explorer browser: it works well.
But now that i am checking it also on mozilla firefox,

You've got that backwards, test in Firefox and other modern browsers then hack for IE.

all » http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

rejamesuk
rejamesuk's picture
User offline. Last seen 2 years 48 weeks ago. Offline
rank Regular
Regular
Joined: 2009-01-10
Posts: 38
Points: 0

deuce is right - use

deuce is right - use firefox
deuce is wrong - do not hack

with proper markup and using your head, you needn't hack ie6 - though it is a right pain!!! :thumbsup:

mouche
mouche's picture
User offline. Last seen 3 years 3 weeks ago. Offline
newbie
Timezone: GMT+1
Joined: 2008-12-23
Posts: 2
Points: 0

hi guys, i have resolved my

hi guys, i have resolved my problems.. i just tested site in firefox, and changed css file to run properly on firefox, and it is ok for explorer too (without hacking ie).
thank you deuce, and thank you rejamesuk.

Deuce
Deuce's picture
User offline. Last seen 2 days 16 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2005-11-20
Posts: 4416
Points: 1835

rejamesuk wrote:deuce is

rejamesuk wrote:

deuce is right - use firefox
deuce is wrong - do not hack

with proper markup and using your head, you needn't hack ie6 - though it is a right pain!!! :thumbsup:

Umm, go set min-width on IE6 and let me know how it works out for you without using any hacking, conditional comments, etc.

all » http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

CupidsToejam
CupidsToejam's picture
User offline. Last seen 2 weeks 13 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552

Deuce wrote:rejamesuk

Deuce wrote:
rejamesuk wrote:

deuce is right - use firefox
deuce is wrong - do not hack

with proper markup and using your head, you needn't hack ie6 - though it is a right pain!!! :thumbsup:

Umm, go set min-width on IE6 and let me know how it works out for you without using any hacking, conditional comments, etc.

I disagree with hacking altogether. I feel conditional comments are best.


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com

gary.turner
gary.turner's picture
User offline. Last seen 42 min 31 sec ago. Offline
rank Moderator
Moderator
Timezone: GMT-6
Joined: 2004-06-25
Posts: 7692
Points: 1508

C'mon guys. There is

C'mon guys. There is absolutely nothing wrong with well conceived hacks. They may be elegant, àla IE's doubled float margin fix, or brutish, such as conditional comments.

Jargon File (4.3.1, 29 Jun 2001) wrote:

[jargon]:
hack [very common]

  1. n. Originally, a quick job that produces what is
    needed, but not well.
  2. n. An incredibly good, and perhaps very time-consuming, piece of work that produces exactly what is needed.
  3. vt. To bear emotionally or physically. "I can't hack this heat!"
  4. vt. To work on something (typically a program). In an immediate sense: "What are you doing?" "I'm hacking TECO." In a general (time-extended) sense: "What do you do around here?" "I hack TECO." More generally, "I hack `foo'" is roughly equivalent to "`foo' is my major interest (or project)". "I hack solid-state physics." See {Hacking X for Y}.
  5. vt. To pull a prank on. See sense 2 and {hacker} (sense 5).
  6. vi. To interact with a computer in a playful and exploratory rather than goal-directed way. "Whatcha up to?" "Oh, just hacking."
  7. n. Short for {hacker}.

Numbers one and two are particularly apropos definitions of "hack" as we use them.

cheers,

gary

Unplanned code results in a tangled wad of brain-cramping confusion.

There are enough html & css demos and tutorials to be interesting. Please visit.

Triumph (not verified)
Anonymous's picture
rank Guru
Guru

gary.turner wrote:C'mon

gary.turner wrote:

C'mon guys. There is absolutely nothing wrong with well conceived hacks. They may be elegant, àla IE's doubled float margin fix, or brutish, such as conditional comments.

Agree.

Until IE gets it's act together and joins the community instead of acting like a pop-punk band hacks will be useful.

Hugo
Hugo's picture
User offline. Last seen 8 hours 47 min ago. Offline
rank Moderator
Moderator
Joined: 2004-06-06
Posts: 15095
Points: 2190

What we dislike, and partly

What we dislike, and partly why the word 'Hack' has bad connotations, is the use of them to correct errors that are in reality user induced or simply problems able to be worked around as long as one has experience, 'filters' is a nicer expression when it's able to be applied.

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

rejamesuk
rejamesuk's picture
User offline. Last seen 2 years 48 weeks ago. Offline
rank Regular
Regular
Joined: 2009-01-10
Posts: 38
Points: 0

Deuce wrote:rejamesuk

Deuce wrote:
rejamesuk wrote:

deuce is right - use firefox
deuce is wrong - do not hack

with proper markup and using your head, you needn't hack ie6 - though it is a right pain!!! :thumbsup:

Umm, go set min-width on IE6 and let me know how it works out for you without using any hacking, conditional comments, etc.

It's do-able! I'd put an empty div somewhere out if the way, with a fixed width.
it's do-able. I wouldn't do it. But it's do-able.

Deuce
Deuce's picture
User offline. Last seen 2 days 16 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2005-11-20
Posts: 4416
Points: 1835

gary.turner wrote: Jargon

gary.turner wrote:

Jargon File (4.3.1, 29 Jun 2001) wrote:

[jargon]:
hack [very common]

  1. n. Originally, a quick job that produces what is
    needed, but not well.

Then that would be a hack as defined by Gary previously.
Since you are not using the property "min-width" but instead finding a way around it. Therefore producing what is needed, but as you mentioned you wouldn't use it, therefore, not well.

Thanks for proving my point, I appreciate it.

all » http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

rejamesuk
rejamesuk's picture
User offline. Last seen 2 years 48 weeks ago. Offline
rank Regular
Regular
Joined: 2009-01-10
Posts: 38
Points: 0

well i suppose if you class

well i suppose if you class that as a hack... well done point proven. i concede defeat.

not really a "hack as we know it" though is it?

Deuce
Deuce's picture
User offline. Last seen 2 days 16 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2005-11-20
Posts: 4416
Points: 1835

No offense meant, just

No offense meant, just giving you a hard time Smile

It's a shame sarcasm doesn't work out so well over the intertubes.

all » http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph

rejamesuk
rejamesuk's picture
User offline. Last seen 2 years 48 weeks ago. Offline
rank Regular
Regular
Joined: 2009-01-10
Posts: 38
Points: 0

it's alright i was just

it's alright i was just being cheeky with myself