Website Crit/Help
- Started
- Last post
- 75 Responses
- jimbojones0
wow, this went places
- delmar0
I know this isn't related to your question...BUT I wouldn't put a stock photo next to a real person's quote (at the bottom) if it even is a real quote. If it is, use a nice shot of the person(s) or no photo at all. Fake quotes are not cool, especially on a lawyers website.
Just my opinion.
- hubb7designs0
I know what you are all saying about this site... it's not really good at all. And I know about the stock photos too... very bad form.
But I really do need some help is someone knows why the site isn't working correctly in IE.
Trust me, the next project with this client will not be like this what so ever.
- hubb7designs0
I just found an error window inside of Internet Explorer and here is what the error is telling me:
Object doesn't support this property or method
kwicks.js
Line: 27
Char: 4
URI: http://clgnow.net/kwicks.jsAnd here is the code from my javascript on line 27:
container = $(this);Anyone know how to fix this?
- dropdown0
IE doesn't like hidden overflow. Usually adding (position:relative;) to the container will fix it
- hubb7designs0
Like this?
container = (position:relative);
- dropdown0
Try adding it to your slider div in your CSS (not javascript) like this .
#slider{ position: relative;}
- Do I need to remove Line 27 from the javascript?hubb7designs
- hubb7designs0
@Dropdown...
Now the banner isn't working in either Safari, Firefox or IE...
I added the code to the CSS and took out line 27 on the Javascript...
IE is showing me a new error, 'null' is null or not an object
kwicks.js
Line: 28
Char: 4- I didn't mention anything about altering a javascript file. leave it alone.dropdown
- ok I left it alone.hubb7designs
- hubb7designs0
Still showing the same error as originally dropdown :-/
- where you getting this error before you posted on QBN or did it just start happeneing.?dropdown
- I'm getting the error from IE... a yellow ! with a triangle shows up in the bottom left corner of my screen and it tells me what's wrong with the page.hubb7designs
- hubb7designs0
I'm getting the error from IE... a yellow ! with a triangle shows up in the bottom left corner of my screen and it tells me what's wrong with the page.
- plusminusbox0
there's no grid.
- how is that fixed?hubb7designs
- ah i was talking about the layout of the whole page. There's no alignment to show a strong grid system
plusminusbox - i would recommend making the "learn" side bar the same width as the bottom and align it to that.
plusminusbox
- dropdown0
I don't know dude. Just switch jquery plugins as that one clearly isn't IE compatible. Try this:
- hubb7designs0
The thing that I'm curious about dropdown is that the version that you sent me work in IE:
http://cssglobe.com/lab/easyslid…
and I'm pretty sure that I followed the steps exactly, but their version works in IE and mine isn't. :?
- hubb7designs0
@dropdown,
with the jquery that sent me, wouldn't the complete look change for the banner that I have now? There should be a way that the one I have would work for IE isn't there?
- the only thing that would change is the left and right buttons, but you can swap them.dropdown
- I honestly can't tell why the other one is borken. Could be the use of frames and divs... who knows.dropdown
- and frankly i don't want to take the time to find out when all you need to do is change plugins.dropdown
- frames = tables.dropdown
- Much appreciated.hubb7designs
- hubb7designs0
Last quick question on this site....
If you go to www.clgnow.net with internet explorer, the navigation menu will be floating on the bottom of the page when the page first loads.... then when you do a mouseover, the navigation menu snaps into place...
Anyone know why?