rtm223,
Never ever ever use px for specifying font sizes. Ever. Always use % or em's, your site should wrap text and be designed so that people with poor eyesight can easilly cahnge font size.
For the link font size, I have one of two options. I can change the links from text to image. That would add at least 20 kbs extra if I want a hover effect with the primary links only. Or I can keep them as is, hoping that 90% of my users using IE And the rest 5% with mozilla or others keep their default font size setting unchanged. A significant portion of overall traffic comes from Bangladesh visitors. And trust me, 99.9999% of them use IE and use a dial up connection. So I decided to go with the text instead of images.
But I think, I will change the actual content's font size to em.
Gotta agree here. "Standards compliance" and "cross browser" seem to be seen as dirty words by a lot of web designers. They aren't, and IMHO it displays a lack of professionalism and a lack of care in your work.
I agree with you. However, I think, sometimes it is hard to please just about 100% people. I feel guilty but justified that I had to sacrifice may be, 2% of viewers for a look that I wanted.
However i didn't like where the right-hand fixed thing floating in the middle of the screen, it seems like it would look better at the bottom of the screen, fixed there....
I will work on a different background. And let you know.
Secondly I don't like the way your left links hover in Moz. I definately don't like the way they hover with JS off! JS should be sprinkled over the top, stuff should still look nice with it off, even if it doesn't look perfect.
Umm...what's wrong when JS is off. I tested with JS off, and except for the hover color falling into default, there does not seem to be any change. The JS only changes the color. It's the same fader JS used in Ozzu also.
I understand the reasons for the forum links being there, but it looks rather unprofessional. and why does this:Quote:
Last few topics from Programming, Web design, Multimedia Discussion forum :
need to be there, right in the middle of your page, before the scope of our services bit?? I would suggest just some small text links at the very bottom of the page, thats all you need to get crawled.
The last few topics coming to the 1st page to feed google fresh content on its every visit. It gives the impression of the page being updated on a regular basis. But you are right at least they should be placed below everything else.
And with so many comments about the forum links, think I will move them sooner than I thought.
"Site Map" does not give a site map of the site, it goes to the forum.
No it does not. But it's exclusivey for google also(for now).
You say you have tried to reduce the code, but just by glancing through your markup, I found quite a few examples of these:
Code:
<div align="right"></div>
Code:
I have no idea what these are supposed to do,
I had no idea either. Seems like a glitch in dreamweaver. I first did the site in Dreamweaver MX 2003. Then switched to MX 2004, a few days ago. Perhaps, that's what caused those characters.
You have about 5 instances of this style on a div, which is perfect for whacking a class on. In fact, you would do better to scrap all of them, as it is only being used for links. An unordered list would be much more appropriate.
Good suggestion.
but is far from perfect. There are a lot of ways that your site could be improved in all sorts of directions.
Why, sure. That is why I appreciate all your opinions so much!
