334 Posted Topics
Re: Another way is set the blue color div with overflow: hidden; But this way, if there is any overflow items especially the absolute positioned one, it will be hidden. | |
Re: please do refer this: http://php.net/manual/en/array.sorting.php | |
Re: Please don't ask same question again and again and again and again. | |
Re: refer http://stackoverflow.com/questions/9102594/progiddximagetransform-microsoft-alphaimageloader-causing-links-to-be-unclickab | |
Re: use str_replace or u can explode the string and implode it again. | |
Re: By refering JorgeM's way, I suggest changing the first part to use jquery.each() add class for each of the image example: img1, img2 and then follow the intructions of JorgeM to get it done. | |
Re: If you wish the new row to be added without redirect or refreshing the page, jquery is your choice. | |
Re: I don't see any problem exist on the page. | |
Re: It depends on your requuirement, some using repsonsive layout for the job. | |
Re: The way you do the looping is wrong. As you can see, if all field is generated, there are several text input field with same id. My suggestion: maybe you can add a $num = 0 before the while loop, change id=\"permission\" into id=\"permission_$num\" $num++ at the end of loop … | |
Re: So, what is your problem anyway? Is it that the template display incorrect data, or errors occur? | |
Re: Based on my knowledge, there are a few ways to do so. 1. get multiple cbo2 run using php and assign a class="hidden" to each of it. then using jquery, bind the cbo1 to a change action which will made the correspoding cbo2 display. Example: html <!DOCTYPE html> <html> <head> … ![]() | |
Re: Agree with blocblue. We are not doing homework for you. My suggestion, first come out with a layout of html and css(and xhtml as xml can be used as temporaly data storage). Then go google for javascript that will perform the process you want. If you need someone who will … | |
Re: Basically this type of problem is related to the font family you are using. As for your information, not every font family is available to mobile devices. When the font family is not available, it will use its own font and thus, causing the problem. Try using a different font … | |
Re: Maybe you have set the body css to overflow: hidden; Remove it and it shall be solved. | |
Re: What I would have done is assign a .current class to the current menu and use css to display it: foreach($left_menu_items as $url => $text) { // if the item in the array is the current page, highlight it if($script_name == $url) { $class = 'class="current"'; $href = '#nogo'; }else{ … | |
Re: Actually, I not quite understand why should you consider to have a join query while you can seperate it into multiple? As based on my understanding, minimizing and made simple query would be better. What I'll do is use single query to get project_name. If the data exist, then the … | |
Re: Totally agree with Javvy. $_SESSION will be more accurate. And try to use print_r to print the array to make sure if the data is correct. If these mmethod did not help, please provide us with the result or any errors you get. | |
Re: My suggestion is resize the image to the size you want and use css background position to place at the location you want. | |
Re: Please post the post in javascript section. | |
Re: Based on my understanding and your question mentioning 'mulitple slide', I assumed you have assigned your code with different id, and make sure you did bind them with the jquery sliding. Example, jQuery('#slide1').slide(); jQuery('#slide2').slide(); If this didn't give you a hint, maybe you will have your code upload on server … | |
Re: My suggestion: use jQuery.width() to do so. | |
Re: This is because your logo-title's div have take the full width and force your menu div down. | |
Re: Based on my understanding, do you mean something like the whole column of 'leave_status' is changed for every row? If so, I think the main problem is the 'WHERE' condition of your query. You should set a 'WHERE' with a clear condition (better using primary key of the table) to … | |
Re: First of all, any references to your work? The solution will be vary depends on the conditions. Anyway, why do you have to create a menu by yourself while superfish have done everything? You can refer and download it here http://users.tpg.com.au/j_birch/plugins/superfish/#download | |
Re: Not quite understand on your question. Do you mean that all field is provided and the total should be calculated using javascript? | |
Re: In my opinion, you never set you z-index to the image. Moreover, if it is a slider, maybe the js will made the image of z-index higher, therefore, why not setting a very high z-index to the nav? | |
Re: Actually, If you do have the left column floated left, then the rest of the filled content will automatically go right, just make sure a fixed width is set to the left container, eg. <div id="wrapper"> <div class="left"> <p>something like sidebar.</p> </div> <p>Here will be some main content.</p> </div> meanwhile, … | |
Re: Agree with simplypixie, if to the same page,why not consider using a form and post to self? Another way will be using jQuery. <input type="radio" class="rdb" name="radio_name" value="radio_value1" /> <input type="radio" class="rdb" name="radio_name" value="radio_value2" /> <div id="text"></div> jquery code will be jQuery('.rdb').live('click',function(){ jQuery('#text').text(jQuery(this).val()); }) | |
Re: Based on my understanding, the form is submitted without any values provided. | |
Re: Perhaps you forgot the brackets when calling the function? window.onerror=processErrors(); | |
Re: Hi, no mean to bother but are you searching a way to seperate your codes and just display something you want based on link clicked? If so, please do refer: http://www.daniweb.com/web-development/web-design-html-and-css/threads/431660/simple-css-issue-how-to-use-link as I have just posted my answer and some explaination there. Hope it helps. | |
Re: If I am not mistaken, your question is on how to made the content change when a link is clicked, am I correct? If so, there are 2 ways of doing it. 1. seperate the codes into multiple html and use php $_GET method with action preset to the link … | |
Re: Basically, you can't do so. Please do refer this: http://stackoverflow.com/questions/7254156/disable-cross-button-from-the-window-open-popup and this: http://www.coderanch.com/t/118472/HTML-CSS-JavaScript/disable-close-cross-button-window for more detailed reasons and suggestions regarding this matter. | |
Re: In my opinion, CMS is not much help in the job of designing as it all depends on your own idea to come out with the creative interface. CMS will not interfere with the desing as the design is just being developed into themes and install based on CMS. CMS … | |
Re: Agree with JorgeM. Please be more specific about the question: eg. you wish to validate the email, number or empty field? validation is carried out server based(php) or client based(javascript/jquery)? | |
Re: Agreed with pritaeas. CMS(content management system) as the meaning of its words, help to manage the website contents even without have to know about coding. Framework is a reusable set of libraries or classes to help or speedup the development process, more like a guideline. If you wish to start … | |
Re: I had used Ozeking to do so. What you have to do is just use the api provided and configure it. Last time I use it, it do support a function of using bluetooth handset instead of dns server. | |
Re: My suggestion is use the jquery to do it. 1. put the contents all together but dividing them using div with a id="language", class="hide". 2. add CSS .hide{display:none;} .show{display:block;}. 3. when language changed, jQuery('#language').addClass('show').siblings('.show').removeClass('show'). Hope this do help you. | |
![]() | Re: maybe you should try out this while ($row = mysqli_fetch_assoc($sports)) { echo "<div class='category'>"; echo "<b>" . $row['AdvertTitle'] . "<br/>"; echo "<b>R <b/> " . $row['Price'] . "<br/>"; echo "<b>" . $row['Description'] . "<br/>"; echo "<b></b><br/> <a href='" . $row['Link'] . "'><img src='" .$row['Link'] . "' width='150px;' height='150px'/></a><br/><br/>"; echo "</div>"; … ![]() |
Re: Actually, the slide is already available. I believe it is your script that didn't call the right container to slide. Please do double check it. | |
Re: First of all, please do try to search the answer by yourself instead of posting all of your code here and wish other to solved every doubt of yours as similar question is asked for hundred of times already. Anyway, I will still answer to this. Add a fix width … | |
Re: Actually, I suggest you don't ever have dreamweaver done all the jobs for you. My suggestion is: why don't you try google for a CSS named 'superfish'. It is a amazing css which work in most major browser including safari, IE 7-9 | |
![]() | Re: Have you alter the index file where it should be directed to your site? |
Re: Please do show us how you code. | |
Re: Hi, no offence but why style the menu yourself when those jobs are already done for you? I have use [superfish](http://users.tpg.com.au/j_birch/plugins/superfish/#download) for quite a long time now and it did a great job in maintain all the alignment in different browser and different resolution. | |
Re: In my case, whenever I wish to display things in column, normally I don't use floating as it will probably mess up the alignment inside the floated area. I'll just wrap them in one div and use css display:inline-block; vertical-align:top; *display:inline; *zoom:1; and of course, like JorgeM said, a suitable … | |
Re: I have been a wordpress developer and based on my opinion, the first impression when I saw the pages is: this is blog-style page, not suitable for business showcase. Moreover, I think you can try to develop your own themes based in selve-designed template for more complex content. | |
Re: Ok, I understand your problem as I am poor in designing job myself. This is what I do when I faced similar question - 1. go to Themeforest or any site that sell themes 2. have a brief scroll through of design layout and pattern 3. design own. But, PLEASE … |
The End.