July 2, 201016 yr Hello guys, I've been working on my portfolio for the past week or two and I've come across a few problems. I have my website uploaded to a freehost for now just to test it before I register a domain and get hosting for it: Here - http://www.reztest.herobo.com/ To the left of my 'Welcome to RezStudios' section there should be an image but for someone reason, it isn't coming up for people. I'm not sure why it would be doing that though if it comes up for other people? Another problem was, My navigation links have a border on hover. Only on the bottom so.. a.hover { border-bottom: 1px solid #F60; } On my stlyesheet. I had my dad check it out this morning on his laptop and the image wasn't coming up at all on his browser (Windows IE) and the navigation links weren't showing the border. But I also spoke to a few of my friends this morning and they have "SOME" similar errors like a missing image. But with otheres using the same browser, Its fine. I run Safari on my Mac, Everything comes out the way I wan't it. To compare yours, Heres an image of my website: http://img64.imageshack.us/img64/24/previewnoinfo.png Would be extremely grateful for your feedback guys, By the way.. This is my first portfolio. Thanks, Joe. RezStudios.
July 2, 201016 yr try changing this a.hover { border-bottom: 1px solid #F60; } to this a.hover { text-decoration: underline; }
July 2, 201016 yr Firefox says: "Image «http://www.reztest.herobo.com/images/rezstudios_slider.png» can not be displayed, because it contains errors." Try to re-upload this image to the server. border-bottom for IE: div#nav a {border-bottom: solid 1px #000;} div#nav a:hover {border-bottom: solid 1px #f60;}
July 2, 201016 yr Firefox says: "Image «http://www.reztest.herobo.com/images/rezstudios_slider.png» can not be displayed, because it contains errors." Try to re-upload this image to the server. border-bottom for IE: div#nav a {border-bottom: solid 1px #000;} div#nav a:hover {border-bottom: solid 1px #f60;} Thank-you, Changed the hover properties to what you recommended. Still gives the same effect and hopefully it works in IE now. Hopefully the image won't keep disappearing now, Re-uploaded. Let me know what happens please. Thanks, Joe.
Create an account or sign in to comment