This is a discussion on "Would really appreciate testers!" within the Free Web Site Critique section. This forum, and the thread "Would really appreciate testers! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Would really appreciate testers!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hi,
Just converted this site from tables and Transitional html to Strict and CSS, it's not 100% complete but I'd like some feedback on how it works on your system. I don't have access to IE (ptur!) but I suppose it must be tested in that non-the-less. I have also converted from javascript to CSS roll-overs on the category selection buttons, quite chuffed that I got that to work I am going to add click-through linking to larger format images, this has not been implemented yet but will be adding that next (might even be done by the time you read this, but right now I need a break). Here it is: http://www.jonathanmortimer.co.uk/test2 I have tested in Firefox and Safari. I have not validated it yet. Any comments on style are also welcome Thanks! Last edited by jonnymorris; Mar 29th, 2008 at 16:39. |
|
|
|
#2
|
||||
|
||||
|
Re: Would really appreciate testers!
Hi Jonny,
The Critique is broken at the moment because of the upgrade, so you need to post your address
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Would really appreciate testers!
Ignore the colours on the contact page form, that was just me experimenting.
|
|
#4
|
|||
|
|||
|
Re: Would really appreciate testers!
It is broken in IE6. (What isn't?)
The transparent PNGs have a light blue outline instead of transparency, and there's a lot of flicker when the images switch. And I receive an "unknown runtime error" from JavaScript when clicking on portfolio pages in the bottom nav bar. |
|
#5
|
|||
|
|||
|
Re: Would really appreciate testers!
Quote:
It uses the same javascript technology. If anyone has any suggestions why this does not work in IE, please do tell! Perhaps I should ask this in the Javascript forum. |
|
#6
|
|||
|
|||
|
Re: Would really appreciate testers!
I'm using the Virtual PC version of IE 6 (the version Microsoft distributes for testing web pages), so it might actually work in a real version of IE 6.
But for me, the nature site has the same "unknown runtime error" problem. |
|
#7
|
|||
|
|||
|
Re: Would really appreciate testers!
To sort out your transparency issue in ie6 use the pngfix.
http://homepage.ntlworld.com/bobosola/pngtestfixed.htm Can't help with the javascript error though. Pat |
|
#8
|
|||
|
|||
|
Re: Would really appreciate testers!
Quote:
|
|
#9
|
|||
|
|||
|
Re: Would really appreciate testers!
OK, I cheated and placed a white background on my PNG's. One IE failing down, several dozen to go..
One thing I don't understand is why my CSS is broken in IE wrt underlined links.. anybody? |
|
#10
|
||||
|
||||
|
Re: Would really appreciate testers!
Don't cheat
Last Blog Entry: Fobriwap! (Mar 10th, 2008)
Last edited by frinkky; Mar 30th, 2008 at 21:38. |
|
#11
|
|||
|
|||
|
Re: Would really appreciate testers!
your contact page failed validation
And html tidy only found 10 warnings, if you don't have the html tidy plugin for firefox i highly reccomend you getting it HTML TIDY REPORTS: Quote:
Incorrect: <img src="example.png" alt="Example" width="740px" height="40px" /> Correct: <img src="example.png" alt="Example" width="740" height="40" /> Other than that runs perfectly fine in firefox, launchin IE will crash my pc so i'll leave that to other people to do Just my input... hope it's in someway helpful |
|
#12
|
|||
|
|||
|
Re: Would really appreciate testers!
thats in regards to the pages with the gallerys, it's nothing important, passes validation either way W3C don't regard it as important.
|
|
#13
|
|||
|
|||
|
Re: Would really appreciate testers!
Quote:
I seem to have fixed the css underline links problem now, just a CSS thing that IE didn't handle properly. I also sorted my pages so that they all validate (well, all except the one with a form on it, I will look at that another day) and so does the CSS. |
|
#14
|
|||
|
|||
|
Re: Would really appreciate testers!
Quote:
Quote:
|
|
#15
|
|||
|
|||
|
Re: Would really appreciate testers!
Quote:
|
|
#16
|
|||
|
|||
|
Re: Would really appreciate testers!
in which case just you could just wrap it in a conditional comment.
there are dozens of articles on the png hack, some offering different methods A conditional comment Quote:
Although they validate, and work, they're still not the best way to go. There are dozens of articles on why not to use them, and others on how to implement them so people are split on wether to use them or not. They're really just a quick fix, there are alternatives to fixing problems that often take longer, but conditional comments
|