mevaser
-
Automatically organizing Data into 3 Colums via CSS
Thanks, but CSS 3 may not be the solution since there is other browsers out there that are not supported. Any body? Any Jquery magic?
-
[Solved] Cascading Jquery Errors
Never mind. What I did was to insert var $=jQuery.noConflict(); to my Jqueries that I am using in the website. And all is well then. thanks any way,
-
Select Cuts Off Options In IE (Jerking solution)
Never mind. I fix the Jerking, I did this: $(document).ready(function(){ $(\"select\") .hover(function(){ $(this) .data(\"origWidth\", $(this).css(\"width\")) …
-
[Solved] Ajax box Containers and Positioning
Never mind, in IE7 the ajax needed an extra div with Position to adjust it. All other browsers did not required this. Thank you any way,
-
Diary list of monthly events
You are right Chirs, but I usually deal with people with limited HTML knowledge, with Google calendar, they can just edit it, without fear of ruining the website. Nu?
-
Diary list of monthly events
if you use Google calendar, and place it on your website, then the dates will be gone. and it is easy to edit them out, or edit new ones. I hope this help.
-
Need extra eyes (and brains) input field
you got a point guys. Thank you
-
Navigation + Vertical + Droplist
Sorry, I meant that my boss wants it horizontal not vertical. That is what I mean.
-
dropdown menu under graphic
Never mind, I fixed the problem. I used #nav li ul a:active { z-index:10000; } This fixed the problem. Cheers,
-
Coding types and Whys?
Thank you guys. Some times we just have to ask Questions. Thank you
-
Coding types and Whys?
Thanks for the answers. But question #2 was miss understood: See the diference? Thank you. Is good to ask this questions. :D