Forum Replies Created
-
Author
-
livino9mParticipant
The html part is intact no changes on the image slider .
I have attached the page fro your reference , Please check and let me know ..
Thanks,
livino9mParticipantHi ,
Please check the image , you can see the buttons are not getting displayed .
This below piece of html code for displaying the image is not working properly ….<!–Profile Slider–>
<div class=”profile-slider-wrapp”>
<div class=”circular-item” title=”Compatibility match”>
<small class=”icon strong”>match</small>
<input type=”text” value=”74″ class=”greenCircle”>
</div>
<div id=”profile-slider”>
<div class=”big-profile-image” data-thumb=”assets/images/gallery-carousel/big_image_profile_00.jpg”>
</div><div class=”big-profile-image” data-thumb=”assets/images/gallery-carousel/big_image_profile_08.jpg”>
</div>
</div><!–end profile-slider–>
</div><!–end profile-slider-wrapp–>
</div><!–end five–>Attachments:
You must be logged in to view attached files.livino9mParticipantlivino9mParticipantHi …
I am trying to use multiple select in html pages and it seems with the style sheet , it is not displaying properly …
<select multiple>
<option value=”volvo”>Volvo</option>
<option value=”saab”>Saab</option>
<option value=”opel”>Opel</option>
<option value=”audi”>Audi</option>
</select> -
AuthorPosts