334 Posted Topics

Member Avatar for OrangeTree

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.

Member Avatar for OrangeTree
0
190
Member Avatar for chandbasha
Member Avatar for bLuEmEzzy
Member Avatar for lps
0
90
Member Avatar for louie540

refer http://stackoverflow.com/questions/9102594/progiddximagetransform-microsoft-alphaimageloader-causing-links-to-be-unclickab

Member Avatar for lps
0
136
Member Avatar for daniel36
Member Avatar for lps
0
95
Member Avatar for <M/>

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.

Member Avatar for lps
0
85
Member Avatar for bLuEmEzzy

If you wish the new row to be added without redirect or refreshing the page, jquery is your choice.

Member Avatar for lps
0
118
Member Avatar for HunainHafeez
Member Avatar for esparkinfo
Member Avatar for lps
0
86
Member Avatar for scholarwithfire

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 …

Member Avatar for lps
0
985
Member Avatar for phphit

So, what is your problem anyway? Is it that the template display incorrect data, or errors occur?

Member Avatar for lps
0
524
Member Avatar for Develop.eR

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> …

Member Avatar for diafol
0
2K
Member Avatar for jax001

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 …

Member Avatar for blocblue
0
194
Member Avatar for mgn2683

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 …

Member Avatar for mgn2683
0
172
Member Avatar for <M/>

Maybe you have set the body css to overflow: hidden; Remove it and it shall be solved.

Member Avatar for <M/>
0
189
Member Avatar for dante123

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{ …

Member Avatar for dante123
0
261
Member Avatar for baig772

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 …

Member Avatar for baig772
0
123
Member Avatar for Mike_H

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.

Member Avatar for Mike_H
0
222
Member Avatar for alienmirror

My suggestion is resize the image to the size you want and use css background position to place at the location you want.

Member Avatar for lps
0
143
Member Avatar for samsam9988
Member Avatar for <M/>

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 …

Member Avatar for ansaripk
0
1K
Member Avatar for wasim kazi
Member Avatar for mgn2683

This is because your logo-title's div have take the full width and force your menu div down.

Member Avatar for JorgeM
0
116
Member Avatar for akuvidz

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 …

Member Avatar for BitBlt
0
170
Member Avatar for <M/>

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

Member Avatar for <M/>
0
104
Member Avatar for bLuEmEzzy
Member Avatar for maranda.blanks

Not quite understand on your question. Do you mean that all field is provided and the total should be calculated using javascript?

Member Avatar for lps
0
295
Member Avatar for davy_yg

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?

Member Avatar for lps
0
118
Member Avatar for Will_Hawthorne

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, …

Member Avatar for Dragennd
0
88
Member Avatar for Utharan

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()); })

Member Avatar for Utharan
0
99
Member Avatar for persianprez

Based on my understanding, the form is submitted without any values provided.

Member Avatar for lps
0
178
Member Avatar for Webintraining
Member Avatar for Webintraining
0
243
Member Avatar for brad.d.mcleod

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.

Member Avatar for lps
0
249
Member Avatar for vishalonne

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 …

Member Avatar for lps
0
243
Member Avatar for divyakrishnan

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.

Member Avatar for lps
0
214
Member Avatar for siyajoshi

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 …

Member Avatar for princysharma90
0
159
Member Avatar for papadarl

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)?

Member Avatar for lps
0
69
Member Avatar for ziadkassam

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 …

Member Avatar for pritaeas
0
154
Member Avatar for bonsoirval

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.

Member Avatar for gacoekchip.pokher
0
79
Member Avatar for gAb1

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.

Member Avatar for gAb1
0
91
Member Avatar for BloccPrince

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>"; …

Member Avatar for BloccPrince
0
142
Member Avatar for ibakir

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.

Member Avatar for ibakir
0
162
Member Avatar for <M/>

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 …

Member Avatar for <M/>
0
153
Member Avatar for borkodb

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

Member Avatar for rotten69
0
115
Member Avatar for fiona.mcburney
Member Avatar for monica.slocum
Member Avatar for Percival07

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.

Member Avatar for JorgeM
0
140
Member Avatar for fuchsia555

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 …

Member Avatar for JorgeM
0
160
Member Avatar for sanykhan

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.

Member Avatar for lps
0
486
Member Avatar for zack654

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 …

Member Avatar for Helianthus
0
346

The End.