Jump to content

yaragallamurali

Members
  • Posts

    89
  • Joined

  • Last visited

Everything posted by yaragallamurali

  1. hi. To hide an element i am setting display property to "none" and to display it again i am just removing "none" that means i am setting display property to ""(empty) using java script and my element get displayed so why should i use "block" then and what is the use of it?
  2. Hi, i am in need of urgent help. I have created a web template using bootstrap. I have created a "collapseble" nav bar and used "parallax, jquery single page nav" to scroll on the same page smoothly.This worked fine. There is no problem in it. After that according to the requirement i have used "affix" to have a div on top of the menu bar. suddenly my nav bar when collapsed (i mean on mobile devices) not working properly. It is showing a strange behavior. When nav bar got collapsed for the first time when the page gets loaded if i click on the nav bar the menu bar is sliding down and when i click on the menu item of the menu where the page scrolls to that section, the slided down menu bar is automatically getting slided up without me pressing on the collapsed menu button. After the page slides to that particular section when i click on the collapsed menu it is not working at all. I am attaching my home page where the problem persists. Can somebody help me fix this issue. home.zip
  3. Hi I have an absolute div on my html page. my requirement is when i click on the rest of the page (other than the absolute div) the div's display should become none. I mean the div should not be displayed. How can i achieve this? any simple solution? Please help.
  4. The div is not floated or fixed. It is a normal block level div.
  5. i am checking with developer tools of the browser and also my header which is included in html does not grow to the div width. if i grow the body size by specifying width in pixels then everything is fine but i want to grow it automatically.
  6. I have removed width 100% from css but still the width of the body is not growing up to the width of the div which is greater than the screen size.
  7. I have a html page. the body and html tags are set to 100% width and height. Now the html is up to the size of browser window. but i have a div in my body which is greater than the screen width(browser window). So scrollbars are appearing. this is fine but body is not growing according to the width of the div. how to solve this problem?
  8. I have a text field. i need to display some text by default. when user tries to types some text in the text field the default text should disappear and should allow the user to type in the text. This is same as "placeholder" in html 5. How can i achieve this in html4?
  9. city, district and state are drop downs. where id is the value and display name is the string. so when the form is submitted i get the id only at the back end.
  10. VALUES ( '{$name}', '{$mime}', {$size}, '{$data}','{(SELECTcustomer_id FROM customer WHERE customer_id='cusomter_id')}' )"; i am not sure but try this.
  11. Hi i have a table called hospitails. the table structure is as below Hospitals:- Hospital_id Bigint name varchar(45) city_id bigint district_id bigint state_id bigint now i need to search hospitals based on name,city_id,district_id,state_id. the query must cntain all the 4 fields. when user does not provide any of the value all the hospitals with all the names from all the cites,districts,states has to be listed. when user provides partial name and ignores the rest of the three fileds, it has to provide all the hospitals that starts with that name from all cities,districts,states, when user ignores the other 3 fields and provides the city_id then all the hospitals should be listed from that city Like wise. for varchar columns if we apply 'like' then it does this kind of things but how to do this when there are bigint columns? I need this query. please help.
  12. you misunderstood. you are not reading the thread completly. I need a select box where option value is different and option display string is diffrent. The user need to type first few letters then the related options will be shown. user will select one of the value from the options. this is my requirement.
  13. i know how to call with ajax. the main point is the user should be able to type the text in the select box ? i am not sure how to do this? the remaining ajax part i know. i need a dropdown box which has option value to be different than display text. in this select box options have to change according to the typed text in the select box. I know how to change the options but how do the user types the text in the select box?
  14. hi datalist is not helpful because display string and option value have to be different? when display string is selected, only that option value have to be submited just like select box. I have seen this auto select box some where. what they did was they have overlaped the text field and select box. when text is enetered in the text box automatically matching options are displayed in drop down. I dont know exactly but i have seen some thing some where. if anybody have idea please help me.
  15. hi i have a drop down(<select>) in html. but what i need is, the user need to type in the drop down. When user types the first letter it has to display values which starts with that letter so selection will be easy. how can i achieve this? the drop down in html does not allow user to type in the letters so how can i achieve this? Looking out for a simple and solid solution? This requirement is there in many places so kindly help me?
  16. Ya thank you so much. finally decided to go with php.
  17. The object tag is being blocked in IE8 as well. we need to manually say to ie8 to allow activex controls. then it is displaying a warning and on accepting the warning it is displaying the content. So not useful.
  18. some html code. basically one image and 3 divs. One div contains menu. 2nd div contains marquee. 3rd div contains caption.
  19. Hi It is a static site so we dont want to use php or ,net or jsp. so may be iframe should be the choice. but is there any other better way?(not jquery)
×
×
  • Create New...