Re: Image display problems
Hmmm, interesting.
What DOCTYPE is being used, i.e. what is the top line of the ASPX markup for each page?
Gary
Re: Image display problems
Quote:
Originally Posted by
gep13
Hmmm, interesting.
What DOCTYPE is being used, i.e. what is the top line of the ASPX markup for each page?
Gary
I did think of that - so made sure they are the same on machine at home and at work.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Cheers
Re: Image display problems
Any chance you are share the jpg that you are using?
Gary
1 Attachment(s)
Re: Image display problems
Quote:
Originally Posted by
gep13
Any chance you are share the jpg that you are using?
Gary
Well I've just clicked the attachments icon and uploaded it ... it's only 1px wide ... you can just about see it goes from #E9E9E9 to white over 200px and, on here, displays as a nice graduated tint (bit hard to see on the grey background but it is there).
Cheers
Re: Image display problems
Hey,
Not really sure what to say...
Just took a fresh Visual Studio 2010 project, added your table, and your image, and it worked exactly as expected.
Could this be a driver issue with the graphics card you are using, or perhaps a monitor problem?
Gary
Re: Image display problems
Quote:
Originally Posted by
gep13
Hey,
Not really sure what to say...
Just took a fresh Visual Studio 2010 project, added your table, and your image, and it worked exactly as expected.
Could this be a driver issue with the graphics card you are using, or perhaps a monitor problem?
Gary
Thanks for giving it a try Gary - at least I'm not going nuts.
I work remotely using VMWare View Client - maybe, as you say, it's a monitor/graphics card thing. The sites I have created for the company are all business apps - not a graphic or photo in sight generally - thought I'd try to pretty something up yesterday and ended up wasting hours!
I'll retire gracefully I think - and let them have little pop-up help divs with a plain background.
Cheers
Re: Image display problems
Sounds like a plan.
It is a very strange issue indeed though. Have you got the latest VMWare Tools installed on the machine?
Gary
Re: Image display problems
Quote:
Originally Posted by
gep13
Sounds like a plan.
It is a very strange issue indeed though. Have you got the latest VMWare Tools installed on the machine?
Gary
To be honest, I don't know - the machine was set up by the people that look after the network. The box is brand new though - I've only been using it for the last few weeks - and has VS2010 and latest versions of everthing else on it.
VMWare wise - maybe it could be a problem with that - when I log on remotely my screen has a black background - which, according to the people who set it up - it shouldn't. Although I log on as an adminstrator, I can't change any of the VMWare settings.
Cheers.
Re: Image display problems
Interesting.
Without knowing more about your exact setup, it is difficult to say.
If you are running the site on a VMWare slice, assuming under IIS, can you hit the website from IE on your machine, rather than accessing localhost? If it is an issue with VMWare rendering, accessing it directly should fix that.
Gary