webdevfanboy
05-22-2010, 09:53 PM
I am working on the new development of youknack.com which is now being developed on http://youknack.com/test/ . My boss insisted on doing the design himself and he insisted on using dreamweasel so he could edit it :/ Youa I know it sucks. Because of the extremely over the top design requirements I have had to come up with a hack on the remember me checkbox, I am using an image and javascript onclick event to trigger the remember me working on http://youknack.com/test/test.html. The reason I have to do this is because the rigid table layouts are mental and using a real checkbox even with css making it smaller knocks it out of the layout.
My problem is it works on the test page because its the top of the dom but the dom on the index.html is huge. I tried to use firebug and thought it was:
table.tr.table.tr.td.tr[26] (or something like that)
but if anyone could tell me the dom path to the rememberme.gif image that would be great or if anyone could suggest a this. hack that would work.
Any help is appreciated.
Thanx.
My problem is it works on the test page because its the top of the dom but the dom on the index.html is huge. I tried to use firebug and thought it was:
table.tr.table.tr.td.tr[26] (or something like that)
but if anyone could tell me the dom path to the rememberme.gif image that would be great or if anyone could suggest a this. hack that would work.
Any help is appreciated.
Thanx.