Questions tagged as 'html'

1
answer

How to do scroll position div for an image

I'm using a script that when triggered positions me into a specific div , it's working, but the code I have does this from a link text and I'm trying to fit it into an image and that the same as another div . The image I need...
asked by 24.03.2016 / 13:46
1
answer

Is there any way to know if someone is referencing some file on my site in another?

I have a photo on my site logomarca.jpg if some smarty resovelver use my image that took hours to make and use on your site in a tag is there the possibility of knowing where the source request came from the file on my server?     
asked by 28.05.2016 / 01:40
1
answer

Problem with menu in css

Can anyone help me solve this? Follow the code: .aside-menu { z-index: 1000; position: fixed; height: 100%; top: 40px; bottom: 0px; left: 0px; width: 35px; background: #F1F1F1; } #cssmenu ul, #c...
asked by 21.03.2016 / 13:02
1
answer

Upload and save image PHP / MYSQL

This is a form that contains fields like CPF, RG ... and a photo for profile. I can add normally, but I can not edit. If I change any data other than the photo, eg CPF, it works perfectly. But if I want to change only the photo, the upload...
asked by 29.04.2016 / 20:16
1
answer

Add text below images using table

I'm using a table to align images and text. However, when the resolution is low, it gets very unpleasant and I wanted to put the text down, at low resolutions. How do you do that being within a table? Code: <table> <tr>...
asked by 01.03.2016 / 17:21
1
answer

Save value from a select in session

Good morning, I have a select where I bring the categories in my php site, after selecting the category I needed to redeem the value field to use it in the select sub-category. I think the best way would be in the categories onchange. But...
asked by 04.03.2016 / 14:58
1
answer

Selecting a SELECT HTML item

I'm trying to leave the selected item which has id equal to $_REQUEST $combo .= "<option value='".$row_area->area_id."' ".if($id == $row_area->area_id) { echo "selected"; } .">".$row_area->are_descricao."</optio...
asked by 11.05.2016 / 16:24
1
answer

How do I pull the selection from a dropdownlist using jQuery?

I do not have much knowledge of jQuery, I would like to know how to get the selected attribute of the dropdownlist using jQuery?     
asked by 11.05.2016 / 17:28
3
answers

Query Result on another page

I would like to know how I can get the result of a query on a page of mine, fill a tag on another page; Example: I have a search page the amount of existing processes, when I click the button, let's assume that it returns m...
asked by 24.02.2016 / 18:06
1
answer

How to use the bootstrap collapse in this dynamic page?

I have this screen to insert images in the system, the part of the insert works correctly, but I want that when clicking on an image, the edit button appears in the image, and if I click again on that image, this collapse of the bootstrap, and I...
asked by 12.03.2016 / 03:19