Forum Replies Created
-
Hey
Thank you for the feedback.
I fixed the blue background size.
I am trying to fix this website.I don’t know if it was software–generated.But I got some information today saying that it was not developed to support IE only Firefox and Chrome.What I understand but still.. There are a lot of users who still depend on IE.
This how it looks now:
Now I am trying to create a specific css for IE.Maurice
-
Hey Curtis,
I have tried to fix the background floating issue and it kind of worked but not all the way because IE does not accept those changes.The map in the middle is cut in half.But i do not know why it is still messing up.
Also the blue background is all over the place.
Here is an update of what I basically changed.
https://www.microboticsinc.com/Test/home.html
I am out of ideas again.What did I forget? -
Hey Curtis,
Now the website works only on certain browsers and not on others for example.It works on FF13+ and not on FF5,IE9 but not IE5,6,7,8.Chrome 18 but not the older versions.
I have changed and rechanged parameters on the mcb.css.I tried it on some other machines in the building and it works on certain machine and not on others.Here are my changes on mcb.css.
The website:https://www.microboticsinc.com/Test/home.html
.transparent {
/* Required for IE 5, 6, 7 */
/* ...or something to trigger hasLayout, like zoom: 1; */
width: 100%;/* Theoretically for IE 8 & 9 (more valid) */
/* ...but not required as filter works too */
/* should come BEFORE filter */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* This works in IE 8 & 9 too */
/* ... but also 5, 6, 7 */
filter: alpha(opacity=50);/* Older than Firefox 0.9 */
-moz-opacity:0.5;/* Safari 1.x (pre WebKit!) */
-khtml-opacity: 0.5;/* Modern!
/* Firefox 0.9+, Safari 2?, Chrome any?
/* Opera 9+, IE 9+ */
opacity: 0.5;
}
Thanks
Maurice -
it makes perfect sense.
I was doubting myself about the Hexadecimal colors because I really do not need them since I have images.
But I gotcha 100%.I will play with it a lil’ to see if it helps for other machines in the building.I will also change the decimal pixels.I forgot to do so.Thanks a lot
-
Hey Curtis,
For some reasons I do not know yet.This website is only working fine on 3 machines on the whole company. I went on w3c.org to check my .CSS information and somehow the validator is giving me 14 errors and all of them are background related.Do you have an idea what can be overseing?
-
Actually I meant changing the screen resolution on the browser with ctrl+mousescroll(up/down).
-
Thanks Curtis.
I really appreciate that.It helped a lot. -
Thank you so much,Curtis.
It worked really good. I just had to remove the root from the hard drive like you said.
https://microboticsinc.com/Test/home.html
BUYYYAAAAH!So now when you zoom in/out the background look so bad and all the images in the background are messed up.Do you think it may be the decimal on the css file?
Thanks Again,you rock.