You are not logged in.

#1 2006-09-15 17:13:36

apeiro
Daddy
From: Victoria, BC, Canada
Registered: 2002-08-12
Posts: 771
Website

Fix website CSS for IE?

Yea, I know.  It's IE.  Tres blah.

But it does look pretty hideous, and there are probably some people that happen across archlinux.org in IE.

So I'm asking anyone who has the time and CSS knowledge to fix up our CSS so it looks normal in IE, and without altering the look in Firefox/Opera/Konq/etc.  I just don't have the time right now...  I also don't have a windows box nearby with an IE to test on.

Anyone?  You'll get fame, fortune, cookies, and little tester bottles of mouthwash.


- J

Offline

#2 2006-09-15 17:36:01

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: Fix website CSS for IE?

post a photo of said cookies to be had, and i'll think about it tongue

Offline

#3 2006-09-15 17:49:05

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: Fix website CSS for IE?

ies4linux can be used to effortlessly install IE


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#4 2006-09-15 18:24:44

hehejo_
Member
From: Germany
Registered: 2005-10-08
Posts: 47
Website

Re: Fix website CSS for IE?

test1000 wrote:

ies4linux can be used to effortlessly install IE

who would want that?

Offline

#5 2006-09-15 18:30:51

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Fix website CSS for IE?

hehejo_ wrote:
test1000 wrote:

ies4linux can be used to effortlessly install IE

who would want that?

Someone who wanted to run IE under Linux for the purposes of testing the CSS while reworking it for IE support, of course.

But Judd's not going to do it, he's too busy, and has things he'd rather do than web design in his spare time. ;-)

Dusty

Offline

#6 2006-09-15 18:35:27

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: Fix website CSS for IE?

hehejo_ wrote:
test1000 wrote:

ies4linux can be used to effortlessly install IE

who would want that?

There are still a lot of webpages which are not browsable without IE. It is more of a necessity.

Offline

#7 2006-09-15 19:04:54

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Fix website CSS for IE?

apeiro wrote:

Yea, I know.  It's IE.  Tres blah.

But it does look pretty hideous, and there are probably some people that happen across archlinux.org in IE.

So I'm asking anyone who has the time and CSS knowledge to fix up our CSS so it looks normal in IE, and without altering the look in Firefox/Opera/Konq/etc. I just don't have the time right now...  I also don't have a windows box nearby with an IE to test on.

Anyone?  You'll get fame, fortune, cookies, and little tester bottles of mouthwash.

I've done it. ;-)
Just remove

  position: relative;

at line 66 in /media/arch.css.
Tested in MSIE 6.0, Opera 9.01 and Firefox 1.0.

BTW, Judd, can you allow me to rework some XHTML & CSS code to make it more standards-compliant? (For example remove inline styles etc.). I just need the source of template or whatever is used to generate XHTML code. If you'll like it I can do the same for AUR.  wink


EDIT: Oh, and don't forget to close bug #5060wink
I would like to help. I do few web projects now, so I can work on improving Arch's site too.


to live is to die

Offline

#8 2006-09-15 19:11:43

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: Fix website CSS for IE?

Romashka wrote:
apeiro wrote:

Yea, I know.  It's IE.  Tres blah.

But it does look pretty hideous, and there are probably some people that happen across archlinux.org in IE.

So I'm asking anyone who has the time and CSS knowledge to fix up our CSS so it looks normal in IE, and without altering the look in Firefox/Opera/Konq/etc. I just don't have the time right now...  I also don't have a windows box nearby with an IE to test on.

Anyone?  You'll get fame, fortune, cookies, and little tester bottles of mouthwash.

I've done it. ;-)
Just remove

  position: relative;

at line 66 in /media/arch.css.
Tested in MSIE 6.0, Opera 9.01 and Firefox 1.0.

BTW, Judd, can you allow me to rework some XHTML & CSS code to make it more standards-compliant? (For example remove inline styles etc.). I just need the source of template or whatever is used to generate XHTML code. I you'll like it I can do the same for AUR.  wink


EDIT: Oh, and don't forget to close bug #5060wink
I would like to help. I do few web projects now, so I can work on improving Arch's site too.

Yes I have also done it, this works


Have you tried to turn it off and on again?

Offline

#9 2006-09-15 20:14:19

hightower
Member
Registered: 2006-04-02
Posts: 182

Re: Fix website CSS for IE?

I know, it's sort of thread hijacking, but this "bug" has to do with a similar issue:

http://bugs.archlinux.org/task/5382

Thread: http://bbs.archlinux.org/viewtopic.php?t=24974

Could someone have a look at it?

hightower

Offline

#10 2006-09-15 21:03:47

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Fix website CSS for IE?

While we're at it, could we please please fix the rss feeds (i.e. news) so that they have <link></link> filled out correctly? AUR has this correct. All we need is to put <link>http://www.archlinux.org</link>. It's annoying that I can't click on the title of the rss feed in netvibes and go to the website.


I am a gated community.

Offline

#11 2006-09-15 21:42:42

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Fix website CSS for IE?

hightower wrote:

I know, it's sort of thread hijacking, but this "bug" has to do with a similar issue:

http://bugs.archlinux.org/task/5382

Thread: http://bbs.archlinux.org/viewtopic.php?t=24974

Could someone have a look at it?

http://bbs.archlinux.org/viewtopic.php?p=194117#194117


to live is to die

Offline

#12 2006-09-15 21:52:07

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,019

Re: Fix website CSS for IE?

Utterly offtopic: Judd, I just love your rhetoric.

Offline

#13 2006-09-17 13:06:54

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Fix website CSS for IE?

Can someone also, then, take a look at fixing the padding problems in the new forum theme?  I have been unable to fix them as the problem lies in the unified header, setting padding to zero and causing all sorts of shitty padding problems in forum posts.

Offline

#14 2006-09-17 13:09:25

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: Fix website CSS for IE?

@dtw

Which problem do you mean? I don't see any Problem..


Have you tried to turn it off and on again?

Offline

#15 2006-09-17 13:25:44

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,929
Website

Re: Fix website CSS for IE?

[Removed]


Mr Green

Offline

#16 2006-09-17 17:11:29

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Fix website CSS for IE?

Mr Green wrote:

Whats IE? :?

What's IE? It's the worlds seventh best browser of course. Duh?!?!?!

Offline

#17 2006-09-17 17:17:57

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,929
Website

Re: Fix website CSS for IE?

lol


Mr Green

Offline

#18 2006-09-17 22:23:42

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: Fix website CSS for IE?

Romashka wrote:

BTW, Judd, can you allow me to rework some XHTML & CSS code to make it more standards-compliant? (For example remove inline styles etc.). I just need the source of template or whatever is used to generate XHTML code. If you'll like it I can do the same for AUR.  wink

Judd, could you just offer the code for the main page in a svn repo or similar? There are always talks about rewriting the AUR in django, so we would use the same templates (codemac was very motivated, I am in the process of learning python+django, so I would help too). Users could also submit patches more easily if the python code + templates were available online.

Offline

#19 2006-09-18 07:25:10

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Fix website CSS for IE?

dtw wrote:

Can someone also, then, take a look at fixing the padding problems in the new forum theme?  I have been unable to fix them as the problem lies in the unified header, setting padding to zero and causing all sorts of shitty padding problems in forum posts.

I'll take a look. This could take some time, however.


to live is to die

Offline

#20 2006-09-18 07:27:11

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Fix website CSS for IE?

brain0 wrote:
Romashka wrote:

BTW, Judd, can you allow me to rework some XHTML & CSS code to make it more standards-compliant? (For example remove inline styles etc.). I just need the source of template or whatever is used to generate XHTML code. If you'll like it I can do the same for AUR.  wink

Judd, could you just offer the code for the main page in a svn repo or similar? There are always talks about rewriting the AUR in django, so we would use the same templates (codemac was very motivated, I am in the process of learning python+django, so I would help too). Users could also submit patches more easily if the python code + templates were available online.

I would be even better! Though I don't like Python, especially for web development, but I think it would be easy to fix templates.

BTW, why the switch to Django was made?


to live is to die

Offline

#21 2006-09-19 07:30:57

benplaut
Member
Registered: 2006-06-13
Posts: 383

Re: Fix website CSS for IE?

wow!

http://validator.w3.org/check?uri=http% … nux.org%2F

i think that's the first time i've ever seen a site valid strict...

Offline

#22 2006-09-19 08:13:40

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Fix website CSS for IE?

benplaut wrote:

wow!

http://validator.w3.org/check?uri=http% … nux.org%2F

i think that's the first time i've ever seen a site valid strict...

You are browsing wrong sites then.  wink Just kidding.  big_smile

BTW, about this one warning: there should be & instead of &.

To Judd: please fix news posting code so that it converts special chars to HTML entities.


to live is to die

Offline

#23 2006-09-21 10:26:37

Romashka
Forum Fellow
Registered: 2005-12-07
Posts: 1,054

Re: Fix website CSS for IE?

Romashka wrote:
dtw wrote:

Can someone also, then, take a look at fixing the padding problems in the new forum theme?  I have been unable to fix them as the problem lies in the unified header, setting padding to zero and causing all sorts of shitty padding problems in forum posts.

I'll take a look. This could take some time, however.

Well, I did look at new theme (BTW, this is the first time I tried it), but it seems that I don't understand what padding problems are you talking about?
Can you post some screenshot(s)?


to live is to die

Offline

Board footer

Powered by FluxBB