Forum Home
PC World Chat
 
Thread ID: 75621 2007-01-05 06:25:00 What do you guys think of this webpage design? Renmoo (66) PC World Chat
Post ID Timestamp Content User
512904 2007-01-08 07:06:00 well i think it f****d as i cant even get to any of the links Did you even READ the thread??!!


Oh, the links are not functional yet; I am still working on the design. James, nice design. It works in FF2 here ,also works in IE 6, but would I be right in saying that you have found the cause of it not working in FF2 and fixed this?
The_End_Of_Reality (334)
512905 2007-01-08 07:25:00 Hi TGoddard. Do I insert the following codes:

<img src="my_image.jpg" onMouseOver="this.src='my_image_hover.jpg';" onMouseOut="this.src='my_image.jpg';" />
<script>preloadImage('my_image_hover.jpg');</script>

like this?

<a href="page.htm"><img src="../images/navigations/guestbookunclicked.jpg" onMouseOver="this.src='../images/navigations/guestbookhover.jpg';" onMouseOut="this.src='../images/navigations/guestbookunclicked.jpg';" />
<script>preloadImage('../images/navigations/guestbookhover.jpg');</script>
</a>


As for the first chunk of code, I've insert it under <head>:
<head>
<script>
preloadList = [];

preloadImages = function() {
for (i = 0; i < preloadList.length; i++) {
image = preloadList[i];
img = new Image();
img.src = image;
}
}

preloadImage = function(src) {
preloadList.push(src);
}
</script>
</head>

Right now, the problem I am having is that when the page is loaded using Internet Explorer, there is a runtime error, in which it points to the bit where I have inserted onLoad="preloadImages() into <body> tag. (I haven't updated the webpage on the website yet)

Actually, it is my intention to have the right bar to appear to be "sliced" across horizontally by the main navigation bar so that it is unique. However, you have a point there in saying that it doesn't quite fit visually in the eye of others.

I've reported a bad post regarding rawkus1020's comment, stu.

Cheers :)
Renmoo (66)
512906 2007-01-08 09:25:00 i just say im sorry for * word for any one that was offened thought that would be allright but now i understand that this is a family site and this will not happing again:blush: rawkus1020 (9720)
512907 2007-01-08 18:09:00 mouse overs working ok in FF 2. (seems to be optimized for dailup, Its fast loading)

Layout good just one comment, the horizontal buttons seem a little left aligned sightly less space on the left most button compared to the right most button but then again it could be my eyes and not enough coffee
beama (111)
512908 2007-01-08 18:45:00 i just say im sorry for * word for any one that was offened thought that would be allright but now i understand that this is a family site and this will not happing again:blush:It wasn't that bad mate - don't let it worry you :thumbs: Greg (193)
512909 2007-01-09 11:30:00 Hi James,
Just looking at the source code of your website.. as TGoddard pointed out, you might like to try coding the page yourself. FrontPage is validation's worst enemy.

A great place to start reading a bit on web standards is A List Apart (alistapart.com/), Jeffrey Zeldman's blog (http:) and Eric Meyer's CSS guide (meyerweb.com) to name a few. They all of them encourage you to "steal" their open-source codes.

Otherwise.. commendable effort!
suyin (9999)
512910 2007-01-09 11:55:00 Works fine in my IE7. fnphoto (2434)
512911 2007-01-09 13:19:00 i don't see any design aspects on this website.

rather bland and boring to look at. but then again, the information being display'd and the genre of the website doesn't require any of that.
Jams (1051)
1 2