-
Content Count
89 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout yaragallamurali
-
Rank
Newbie
- Birthday 08/15/1977
Previous Fields
-
Languages
English, Telugu, Hindi
Contact Methods
-
Website URL
http://yaragalla.blogspot.in/
Profile Information
-
Location
Ponnur
-
Interests
building e commerce sites.
-
strange doubt on display and hide an element
yaragallamurali replied to yaragallamurali's topic in CSS
Nice. Thank u so much. -
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?
-
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 whe
-
how to hide the div when clicked on rest of the page?
yaragallamurali replied to yaragallamurali's topic in JavaScript
Thank you so much. will try this. -
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.
-
Thanks for your replies.
-
The div is not floated or fixed. It is a normal block level div.
-
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.
-
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.
-
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?
-
how to achieve placeholder in html4?
yaragallamurali replied to yaragallamurali's topic in HTML/XHTML
Thank you. -
how to achieve placeholder in html4?
yaragallamurali replied to yaragallamurali's topic in HTML/XHTML
Thank you so much. -
how to achieve placeholder in html4?
yaragallamurali replied to yaragallamurali's topic in HTML/XHTML
anything in pure javascript? without jquery. -
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?
-
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.