Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1499 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

OH MY GOD I HATE IE I hate it so much

Thread title: OH MY GOD I HATE IE I hate it so much
Reply  
Page 4 of 5 < 1 2 3 4 5 >
    Thread tools Search this thread Display Modes  
04-11-2009, 04:33 PM
#31
Vizon is offline Vizon - Click for my Image
Status: R'tard
Join date: Jan 2007
Location: USA
Expertise:
Software:
 
Posts: 2,959
iTrader: 21 / 100%
 

Vizon is an unknown quantity at this point

  Old

Originally Posted by spencerp View Post
Usually when I code, I make a whole separate other style sheet just for IE itself. Then if someone is viewing in IE, the normal style sheet... PLUS the IE specific one is called.
This is absolutely unnecessary. I use the same style sheet for all browsers. The png fix is, however, needed to fix pngs.

Reply With Quote
04-11-2009, 04:38 PM
#32
spencerp is offline spencerp
Status: On Vacation
Join date: Apr 2007
Location: Milton, Pennsylvania, USA
Expertise:
Software:
 
Posts: 1,332
iTrader: 27 / 100%
 

spencerp is an unknown quantity at this point

Send a message via AIM to spencerp Send a message via MSN to spencerp Send a message via Yahoo to spencerp

  Old

Lol. I guess it's unnecessary. But so is filling the normal style sheet with various of IE hacks. I know though, "if your code is good, then you wouldn't have to worry about "IE hacks". Pfft, you have to worry regardless.

Would be nice if someone from Firefox posed as a Micro**** employee, and slapped Firefox browser in for their "IE replacement" or updates... then everyone would have Firefox when they thought it was IE. - Nah, cause they'd know it wasn't IE, because they wouldn't have any issues coding for it. Haha

Reply With Quote
04-11-2009, 11:59 PM
#33
007c is offline 007c
Status: I'm new around here
Join date: Jun 2008
Location:
Expertise:
Software:
 
Posts: 16
iTrader: 0 / 0%
 

007c is on a distinguished road

  Old

Originally Posted by rochow View Post
There are lots of times where you need the alpha transparency.

What is a conditional comment if not just another IE hack?
So you telling me you use these png hacks on all your pages? Maybe there's a new magic version out that i don't know of but... What happens to child containers that have links in them? What about padding, what about borders, load time, etc. Seems like allot of work for nothing to me.
There's things like pngquant if you don't have fireworks to handle the prob for rounded corners and such... of course if you have text as images it's no good but then there's these other solutions. Sure not as pretty for ie6 but works with no hacks.
Matte will look good in any browser unless you need to change the color under the image.

I guess i could use one stylesheet if i did like vizon tho by using sonofsuckerfish for drop downs to fix the hover issue.

Reply With Quote
04-12-2009, 07:21 AM
#34
rochow is offline rochow
rochow's Avatar
Status: Member
Join date: Oct 2006
Location: Australia
Expertise:
Software:
 
Posts: 297
iTrader: 4 / 100%
 

rochow is on a distinguished road

Send a message via MSN to rochow Send a message via Skype™ to rochow

  Old

I barely code anything for myself. Drop shadow on pattern background = nightmare. Unfortunately lots of clients love them, so I'm often having to PNGfix for compatibility. If it's a static image, the built in filter will do the trick... if it requires repeating or positioning, then the fix is required.

Not sure what you mean with rounded corners.

Matte looks rubbish on a pattern bg. If it's a solid background, it doesn't need alpha transparency anyway, so it would be a gif, png8 or jpg.

display:inline, height:1%, position:relative, wrapping inputs in divs, not being able to double class, no native :hover support, f*** where does the list of IE hacks and handicaps end? (and now we have IE8 to check against also, great). Tons of rubbish is done purely because IE requires it, just because you don't * html or conditional comment it doesn't mean it's not a hack.

Suckerfish, another example of yet another IE hack...

If I ever code a site that just WORKS in IE straight away, I'm honestly surprised... it just doesn't happen. There's always some sort of quirk I have to add in order to make IE behave as it should.

Code:
form.ddfm textarea { float: left; position: relative; width: 65%; margin-bottom: 15px; padding: 3px; }
For example off your site, you don't have overflow:auto so IE will have a stupid scrollbar whereas say FF won't...

I understand the frustrations of beginners, the hardest part they always have is compatibility.

Reply With Quote
04-14-2009, 03:34 PM
#35
007c is offline 007c
Status: I'm new around here
Join date: Jun 2008
Location:
Expertise:
Software:
 
Posts: 16
iTrader: 0 / 0%
 

007c is on a distinguished road

  Old

Originally Posted by rochow View Post
Code:
form.ddfm textarea { float: left; position: relative; width: 65%; margin-bottom: 15px; padding: 3px; }
Yea that premade php form has to go....there's more to it than just that, but never got to re-coding it since i new i'd remove it anyways hence the css comment about the mess

Reply With Quote
04-14-2009, 10:57 PM
#36
rochow is offline rochow
rochow's Avatar
Status: Member
Join date: Oct 2006
Location: Australia
Expertise:
Software:
 
Posts: 297
iTrader: 4 / 100%
 

rochow is on a distinguished road

Send a message via MSN to rochow Send a message via Skype™ to rochow

  Old

Speaking of which I have this site someones coded and I'm fixing for them in IE (and trying to describe why/how I knew to use which hack where so they can learn)... there's 3 parts to coding: HTML, CSS, IE

Reply With Quote
04-15-2009, 12:03 AM
#37
Vizon is offline Vizon - Click for my Image
Status: R'tard
Join date: Jan 2007
Location: USA
Expertise:
Software:
 
Posts: 2,959
iTrader: 21 / 100%
 

Vizon is an unknown quantity at this point

  Old

Originally Posted by spencerp View Post
Lol. I guess it's unnecessary. But so is filling the normal style sheet with various of IE hacks. I know though, "if your code is good, then you wouldn't have to worry about "IE hacks". Pfft, you have to worry regardless.

Would be nice if someone from Firefox posed as a Micro**** employee, and slapped Firefox browser in for their "IE replacement" or updates... then everyone would have Firefox when they thought it was IE. - Nah, cause they'd know it wasn't IE, because they wouldn't have any issues coding for it. Haha
You will not find a single IE hack in my coding.

Reply With Quote
04-15-2009, 12:08 AM
#38
spencerp is offline spencerp
Status: On Vacation
Join date: Apr 2007
Location: Milton, Pennsylvania, USA
Expertise:
Software:
 
Posts: 1,332
iTrader: 27 / 100%
 

spencerp is an unknown quantity at this point

Send a message via AIM to spencerp Send a message via MSN to spencerp Send a message via Yahoo to spencerp

  Old

Um, okay? I guess this is where you take a bow and I clap and throw flowers? What made ya reply with that, so late? Haha.

Reply With Quote
04-15-2009, 01:35 AM
#39
46Bit is offline 46Bit
Status: Member
Join date: Mar 2009
Location: Yorkshire
Expertise: Web Development
Software:
 
Posts: 275
iTrader: 10 / 100%
 

46Bit is on a distinguished road

Send a message via MSN to 46Bit Send a message via Skype™ to 46Bit

  Old

It's quite possible to not need to use hacks for IE, you just need to be good enough at coding to work around it's flaws.

Reply With Quote
04-15-2009, 01:39 AM
#40
spencerp is offline spencerp
Status: On Vacation
Join date: Apr 2007
Location: Milton, Pennsylvania, USA
Expertise:
Software:
 
Posts: 1,332
iTrader: 27 / 100%
 

spencerp is an unknown quantity at this point

Send a message via AIM to spencerp Send a message via MSN to spencerp Send a message via Yahoo to spencerp

  Old

Yeah I know, hence saying "I know though, "if your code is good, then you wouldn't have to worry about "IE hacks"." I was being sarcastic above regarding the IE stuff though.

Just through the years, I really only dealt with the hacks, and nothing else. I only knew certain things and didn't bother exceeding in full blown css / xhtml coding and etc. I can admit though, that I need to learn it more, as well as other coding languages.

Anyway, to me, IE still sucks though. Well, at least to Firefox so... *shrug*

Reply With Quote
Reply  
Page 4 of 5 < 1 2 3 4 5 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed