Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-12-2007, 04:14 PM   PM User | #1
xKratosx
New Coder

 
Join Date: Jun 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
xKratosx is an unknown quantity at this point
A couple of problems in IE7 (possibly IE6 too?)

Hi guys, I'm trying to quickly throw together a bit of a portfolio for a friend and I but have encountered a couple of problems, the site address is - http://www.zestdesign.net/test/

1) When you roll over the 'recent work' pictures, there's some javascript which changes the image position of the other items in the list, however for some reason in Internet Explorer the onMouseOut function doesn't seem to be working at all and all of the images are staying greyed out.

2) I'm sure I'm making an incredibly basic mistake, but why can't I sort the main text (ignore what it says plz, it's no where near finished yet ;p) to go into two columns? I've set the width of each column and floated it correctly afaik.

3) Again, going back to the 'recent work' pictures, in Firefox they're perefectly rounded, but in IE7 the top edges aren't rounded at all. fwiw I used the excellent http://www.html.it/articoli/niftycube/index.html btw.

Any help would be great, thank you!
xKratosx is offline   Reply With Quote
Old 06-13-2007, 04:03 AM   PM User | #2
Blaher
Regular Coder

 
Join Date: Nov 2005
Location: North Canton, Ohio
Posts: 118
Thanks: 11
Thanked 4 Times in 4 Posts
Blaher is an unknown quantity at this point
I could tell you to just use css, and use
Code:
a:hover
{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}
but IE doesn't understand any of those I believe.

I did have the same problem in a contest site I made one time, but I forget what I did to fix it.
here's the site: http://blahertech.dnsalias.net/public/bpa/
The navbar on the left is kind of like what you have.
Blaher is offline   Reply With Quote
Old 06-13-2007, 12:56 PM   PM User | #3
xKratosx
New Coder

 
Join Date: Jun 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
xKratosx is an unknown quantity at this point
That's a good idea thank you, but I generally only wanted it to grey out the non selected ones, not the ones I'm hovering if that makes sense!
xKratosx is offline   Reply With Quote
Old 06-13-2007, 01:49 PM   PM User | #4
xKratosx
New Coder

 
Join Date: Jun 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
xKratosx is an unknown quantity at this point
Quick update; I've sorted problem #2 now with the columns, I had the positioning wrong in the HTML which would explain why me messing around with the CSS for ages wasn't doing anything

Still no luck regarding the other problems though, wierd because in Firefox it works just fine.
xKratosx is offline   Reply With Quote
Old 06-14-2007, 12:08 PM   PM User | #5
xKratosx
New Coder

 
Join Date: Jun 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
xKratosx is an unknown quantity at this point
I feel bad for bumping this but I'm really at a bit of a loss with it now Any help would be great, thank you.
xKratosx is offline   Reply With Quote
Old 06-14-2007, 06:50 PM   PM User | #6
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Quote:
Originally Posted by xKratosx View Post
I feel bad for bumping this but I'm really at a bit of a loss with it now Any help would be great, thank you.
Reason you probably hadn't had to many answers is because you posted your question in the wrong forum to begin with. We have an HTML/CSS forum for this type of question. PM OracleGuy and have him move this thread to the correct forum.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 06-14-2007, 09:01 PM   PM User | #7
Blaher
Regular Coder

 
Join Date: Nov 2005
Location: North Canton, Ohio
Posts: 118
Thanks: 11
Thanked 4 Times in 4 Posts
Blaher is an unknown quantity at this point
Quote:
Originally Posted by _Aerospace_Eng_ View Post
Reason you probably hadn't had to many answers is because you posted your question in the wrong forum to begin with. We have an HTML/CSS forum for this type of question. PM OracleGuy and have him move this thread to the correct forum.

His question is more related to javascript, I was the one who suggested using only css to do what his site needed. It's also more related to the different browser support.

Last edited by Blaher; 06-14-2007 at 09:10 PM..
Blaher is offline   Reply With Quote
Old 06-15-2007, 09:35 AM   PM User | #8
xKratosx
New Coder

 
Join Date: Jun 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
xKratosx is an unknown quantity at this point
Yeah apologies for that, at first I had a bit more of a varied few problems, but now it's just two Javascript problems so I'll post there, thanks guys :-)
xKratosx is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:57 PM.


Advertisement
Log in to turn off these ads.