Hello,
I am the webmaster of paulaosborne.com, and I am doing a total facelift of the site. Here is the URL of the site... its very long, temporarily: Paula Osborne
Please tell me what you dont like about the site, if it is concerning the code, how can I fix it? Constructive Critisism is welcome!
The swirling chains animation started getting on my nerves in about, oh, four seconds (about two full rotations). Lose it; it looks very old-school and unprofessional. The graphic itself is very nicely done though, so a static version of it might very well come to use.
the page is some 20 miles wide!!! My horizontal scroller shrinks to a stripe, and after scrolling through endless amounts of nothing, on the far right there appears some content. I really don't know what's causing this, but it's obviously unacceptable (oh, I use IE5.5/win; yeah, I know, company box).
Something, I don't know what, took forever to load, and I didn't manage to interrupt loading. After clicking "stop" a number of times with no result, the "back" button is just a button away...
I suggest fixing these first; after that we can go to the good stuff!
Community Information
||
Request a Home!
</div>
L3vi: I think you've been an active member here long enough to know what I'm about to say about that... Perhaps it's merely there for design purposes, but even so, that will behave nothing like the unordered list with "||" symbols outside the link text which I recommend you use
Code:
<ul class="menu">
<li>
<a href="" title="Paula Osbourne Home Page">HOME</a>
<span>||</span>
</li>
<li>
<a href="" title="Current Properties Available">Listings</a>
<span>||</span>
</li>
<li>
<a href="" title="You make up this one">Tools & Services</a>
<span>||</span>
</li>
<li>
<a href="" title="You make up this one">Community Information</a>
<span>||</span>
</li>
<li>
<a href="" title="You make up this one">Request a Home!</a>
<span>||</span>
</li>
</ul>
You can start beating it into shape with this:
Code:
ul#menu {
list-style:none;
padding:0;
margin:0;
}
#menu li {
display:inline;
margin:0;
}
#menu a span {
margin:10px;
}
**/totally untested
When I increased the font size the left column grows, reducing the room available for the main content and causing it to literaly 'spill it's guts' all over the place. Seeing as you're using a fixed width for the primary conainer, perhaps you should also designate the left column's width in pixels.
You haven't checked your code against the validator yet....what's <embed>?
You've used < in your link text when you need to use "& lt;" [space added]
You also have a missing </td> on line 117. [validation results]
nahh.. you werent harsh Thanks a bunch for the help. I will fix those things. I have a question though... I tried using div's instead of tables, because I hate tables more than anything...
But for some reason, I cannot get two divs to come on the same line and give me the same look that I want...???
When I used div's, it made the next div, that was supposed to be right next to it, go to the next line, even though they didnt take up that much space... I will fix that menu thing two and the <
Thank you a bunch for the help!
BTW, I did run it through the XHTML validator, and its somewhat confusing me... Ill insert the </td> where it should be, I dont know where that goes... but, I guess that since im new to using flash... I dont yet fully understand how to put one in the page, without causing errors... any help?
EDIT:
Okay, I changed the << and >> to < and >, I added in the missing td , I did the menu thing like mindlessLemming said I made the contact me font larger as well. I am also working on cleaning up the CSS right now... anything else?
the page is some 20 miles wide!!! My horizontal scroller shrinks to a stripe, and after scrolling through endless amounts of nothing, on the far right there appears some content. I really don't know what's causing this, but it's obviously unacceptable (oh, I use IE5.5/win; yeah, I know, company box).
Hmm.. I dont know whats causing that. Do you mind taking a screenshot for me?
Your using IE5.5 WIN? Or WINXP? What resolution are you using?
Still not sure why that happens... Guess I gotta downgrade to IE5.5 now
Lining Up Divs:
You need to assign float:left; to the first one so that it will allow room for the second one next to it. Div's are block level elements, meaning they will take up as much horizontal space as is available.
Im almost done with the non-table version... bTW, the non-table version appears perfect in IE 5.5... (you can add notables.html at the end of the current adress to view it)
Okay, I think I fixed everything you guys said to fix. I got the page done without any tables, and I think it looks better without using them
It appears correctly in IE 5.5, IE 5.0 Safari, and I think anything else! YAY
Like I said,
Thanks a bunch for all of your help! ITS GREATLY APPRECIATED
Cool, now the next step is to get it working without set heights on the boxes...That way it can reflow with more content/larger fonts. Plus that will allow you to use the template for anything the client throws at you