Reply
Old April 19th, 2005 Top | #1
 
MdSalih's Avatar
The Boss
Joined: December 2001
Location: Birmingham, UK
Posts: 1,730
Reputation: 90
Power: 145

Default My design in IE

Having a problem with a design i'm working on.. have decided to have a stab at using CSS.

Here is the site:
http://www.mdsalih.com/index2.php

Now, I've been trying to make the design work in both IE and Firefox, however, once I fix something in either, it'll break it in the other. At the moment, as can be seen above, I have it working perfect (the front page) in Firefox but its broken in IE.

Anyone have any suggestions on what I'm doing wrong exactly? Thanks.

MdSalih
MdSalih is offline   Reply With Quote
Old April 19th, 2005 Top | #2

OSNN Folding Team  
Geffy's Avatar
OSNN Veteran Addict
Joined: March 2002
Location: United Kingdom
Posts: 7,805
Reputation: 1490
Power: 217

Default Re: My design in IE

what types of positioning are you using, thats 'hella' b0rk

sweet design though in proper browsers

btw
Use only allowed characters for class and id: Class and id names can only consist of the characters [A-Za-z0-9] and hyphen (-), and they cannot start with a hyphen or a digit

I think you have one or two with underscores in there. which isnt legal, though thinking about it I have used it before in one design I did a while ago, I should probably remove them and see if it fixes things

am assuming that #container goes around just about all the page content like the header and everything else. you might want to use more absolute positioning instead of relative. Interesting thing I have noticed though is that if you nest absolute positioning elements they will position themselves inside the parent element, so its absolute relative to the parent as opposed to the page itself.

Hope that helps


blogtumbloglastfmflickr#rubyonrails@twitter
"I could be replaced with a very small shell script"
Geffy is offline   Reply With Quote
Old April 19th, 2005 Top | #3
 
MdSalih's Avatar
The Boss
Joined: December 2001
Location: Birmingham, UK
Posts: 1,730
Reputation: 90
Power: 145

Default Re: My design in IE

Thanks for the tips, much appreciated - will have a shot and messing with that to fix it up alittle.

Have changed the DOCTYPE to strict and that appears to have made a huge difference, now to work out the small little things.

MdSalih
MdSalih is offline   Reply With Quote
Old April 19th, 2005 Top | #4
 
Jewelzz's Avatar
Queen of Farts
Joined: March 2002
Location: Texas
Posts: 10,949
Blog Entries: 7
Reputation: 1843
Power: 252

Default Re: My design in IE

Site looks great MdSalih

http://jewelzz.osnn.net/Sigs/PK.JPG
Jewelzz is offline   Reply With Quote
Old April 19th, 2005 Top | #5
 
jimi_81's Avatar
OSNN Senior Addict
Joined: May 2002
Location: Stoney Creek, ON, Canada
Posts: 820
Reputation: 500
Power: 135

Default Re: My design in IE

yes, its great!
i really like it (in firefox)

i checked out the css file... display abolute always gives me nightmares.
i try to avoid and thats probably why i cant make anything nearly as good as that!



good luck
jimi_81 is offline   Reply With Quote
Old April 19th, 2005 Top | #6
Lee
 
Lee's Avatar
OSNN Proxy
Joined: January 2004
Location: Kings Hill, West Malling, Kent, England.
Posts: 3,330
Reputation: 1020
Power: 145

Default Re: My design in IE

Bit of a problem in Opera 8 though, login very minute:
Attached Thumbnails
My design in IE-login.gif  
Lee is offline   Reply With Quote
Old April 19th, 2005 Top | #7
 
MdSalih's Avatar
The Boss
Joined: December 2001
Location: Birmingham, UK
Posts: 1,730
Reputation: 90
Power: 145

Default Re: My design in IE

Thanks guys

Lee - thanks for the heads up. hmm.. Opera... hmm.. not too worried about that 0.4% of the hits are Opera.. if i get time.. I'll see if i can fix it up for Opera. Firefox and IE are my main targets.

MdSalih
MdSalih is offline   Reply With Quote
Old April 19th, 2005 Top | #8
~bk
 
~bk's Avatar
I <3 Adriana
Joined: November 2003
Location: Canada
Posts: 3,768
Reputation: 1230
Power: 154

Default Re: My design in IE

Woah! Sweet design man.

+bk.designs; + notebook + deviantART __________ // art is literacy of the heart <3
~bk is offline   Reply With Quote
Old April 20th, 2005 Top | #9
Xie

OSNN Subscriber
OSNN Folding Team  
Xie's Avatar
- geek -
Joined: September 2003
Location: NY, USA
Posts: 5,224
Reputation: 1730
Power: 175

Default Re: My design in IE

Nice looking site man. It looks great in Mozilla. Is it possible to make a different css file for IE since it hates standards, and would make it easier for you to support both FF and IE?

tehgeek | tehgeek | geeking out to tech | IRC | *Parted Magic* | A+ Certified Professional

Xie is offline   Reply With Quote
Old April 20th, 2005 Top | #10

OSNN Folding Team  
NetRyder's Avatar
Tech Junkie
Joined: April 2002
Location: New York City
Posts: 13,256
Reputation: 4260
Power: 298

Default Re: My design in IE

Nice! The site looks awesome! (although it is completely b0rked in IE)
(By the way, how come I'm the only one with a last name under the Friends section? )
NetRyder is offline   Reply With Quote
Old April 20th, 2005 Top | #11

OSNN Folding Team  
gonaads's Avatar
Beware the G-Man
Joined: March 2002
Location: XP-erience, NTFS, OSNN, Bay Area, California
Posts: 18,474
Reputation: 4070
Power: 348

Default Re: My design in IE

It looks really sweet in Firefox and Mozilla. Very nice design MdSalih.

But I went and stuck yer page through the W3C validator and it came up with this.

http://validator.w3.org/check?uri=ht...m%2Findex2.php

Maybe it could help you?

"I play violent video games, I could snap at any second."
gonaads is offline   Reply With Quote
Old April 20th, 2005 Top | #12
 
MdSalih's Avatar
The Boss
Joined: December 2001
Location: Birmingham, UK
Posts: 1,730
Reputation: 90
Power: 145

Default Re: My design in IE

Yep, validation is an idea.. i'll get around to that eventually :P

Given the fact that even if its all valid IE will still find a way to mess it up, its not my largest concern at the moment.

I've now managed to get the site working in Firefox and IE - but it appears its only working correctly in my house :P - everyone else I ask to have a look at it with IE 6 sp2 seems to see it all messed up - I have no idea whats up with that (cleared history and all that)

Would be nice if some more people could check it out, post up some screen shots if possible.

Thanks.

MdSalih
MdSalih is offline   Reply With Quote
Old April 20th, 2005 Top | #13
 
MdSalih's Avatar
The Boss
Joined: December 2001
Location: Birmingham, UK
Posts: 1,730
Reputation: 90
Power: 145

Default Re: My design in IE

Originally Posted by NetRyder
By the way, how come I'm the only one with a last name under the Friends section?
Heh.. fixed

MdSalih
MdSalih is offline   Reply With Quote
Old April 20th, 2005 Top | #14
 
Eagle710's Avatar
OSNN Senior Addict
Joined: March 2005
Location: Toronto, Ontario, Canada
Posts: 312
Reputation: 40
Power: 91

Default Re: My design in IE

Well not bad in Mozilla..... but those errors the gonads shows are very crazy not using valid XHTML lol..... its alright its easy just take some time.
Eagle710 is offline   Reply With Quote
Old April 20th, 2005 Top | #15
 
jimi_81's Avatar
OSNN Senior Addict
Joined: May 2002
Location: Stoney Creek, ON, Canada
Posts: 820
Reputation: 500
Power: 135

Default Re: My design in IE

in IE it almost looks like the absolute positioning is placing things starting from the center of the screen.

hmm
jimi_81 is offline   Reply With Quote
Old April 20th, 2005 Top | #16

OSNN Folding Team  
gonaads's Avatar
Beware the G-Man
Joined: March 2002
Location: XP-erience, NTFS, OSNN, Bay Area, California
Posts: 18,474
Reputation: 4070
Power: 348

Default Re: My design in IE

Originally Posted by MdSalih
Yep, validation is an idea.. i'll get around to that eventually :P

Given the fact that even if its all valid IE will still find a way to mess it up, its not my largest concern at the moment.

I've now managed to get the site working in Firefox and IE - but it appears its only working correctly in my house :P - everyone else I ask to have a look at it with IE 6 sp2 seems to see it all messed up - I have no idea whats up with that (cleared history and all that)

Would be nice if some more people could check it out, post up some screen shots if possible.

Thanks.

MdSalih

Here be screeny from IE6 SP2:

"I play violent video games, I could snap at any second."
gonaads is offline   Reply With Quote
Old April 20th, 2005 Top | #17

OSNN Folding Team  
gonaads's Avatar
Beware the G-Man
Joined: March 2002
Location: XP-erience, NTFS, OSNN, Bay Area, California
Posts: 18,474
Reputation: 4070
Power: 348

Default Re: My design in IE

These are Mozilla1.7.7 and Firefox 1.0.3 screenies:

"I play violent video games, I could snap at any second."
gonaads is offline   Reply With Quote
Old April 20th, 2005 Top | #18
 
j79zlr's Avatar
Glaanies script monkey
Joined: February 2003
Location: Chicago
Posts: 2,725
Reputation: 1520
Power: 155

Default Re: My design in IE

Changing your Doctype to XHTML would help with a lot of your errors, you have HTML 4.01 designated, but you are using xml attributes.
j79zlr is offline   Reply With Quote
Old April 20th, 2005 Top | #19
 
X-Istence's Avatar
*
Joined: December 2001
Location: USA
Posts: 6,496
Reputation: 2808
Power: 220

Default Re: My design in IE

Looks good in Safari as well. (Thought i'd chime in for the mac world)
X-Istence is offline   Reply With Quote
Old April 21st, 2005 Top | #20

OSNN Folding Team  
gonaads's Avatar
Beware the G-Man
Joined: March 2002
Location: XP-erience, NTFS, OSNN, Bay Area, California
Posts: 18,474
Reputation: 4070
Power: 348

Default Re: My design in IE

This is what it be like in Opera 7.54:

"I play violent video games, I could snap at any second."
gonaads is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lets Design Our Own HTCP Chassis - Provide Your Design Input dhy8386 General Hardware 5 December 13th, 2007 1:14pm
If you could design the next..... neoterixx Desktop Customisation 26 June 11th, 2003 7:26pm
Design [-?-] Cosmin Desktop Customisation 6 August 18th, 2002 3:53pm
Web Design Tip Anyone Plz ?? DragonHeart Web Design & Coding 5 June 24th, 2002 6:42pm
New Design Ves007 Desktop Customisation 10 March 7th, 2002 12:10am