Hello,
I am trying to add static labels and textboxes for username and password on a carousel; I want it to be static while the images in the carousel is switching images. here is the code for the webpage where I want the event to occur. where the image of cars is
where i want to put my carousel and make it switch while the labels and textboxes remain static.
On the same page, I want to add facebook, twitter and LinkedIn icon links on the footer as well
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
18 Points
98 Posts
Carousel Issue
Mar 16, 2020 12:12 PM|Donald416|LINK
Hello,
I am trying to add static labels and textboxes for username and password on a carousel; I want it to be static while the images in the carousel is switching images. here is the code for the webpage where I want the event to occur. where the image of cars is where i want to put my carousel and make it switch while the labels and textboxes remain static.
On the same page, I want to add facebook, twitter and LinkedIn icon links on the footer as well
All-Star
53041 Points
23622 Posts
Re: Carousel Issue
Mar 16, 2020 01:48 PM|mgebhard|LINK
Use standard CSS like float left or right, z-index, and HTML.
Contributor
3730 Points
1424 Posts
Re: Carousel Issue
Mar 17, 2020 06:12 AM|yij sun|LINK
Hi Donald416,
Accroding to your description,I suggest you could use bootstrap Carousel to carousel image and show text use carousel-caption.
Besides, I suggest you could use HyperLink to link to another page.
More details,you could refer to below codes:
Result:
Best regards,
Yijing Sun
Member
75 Points
161 Posts
Re: Carousel Issue
Mar 17, 2020 05:09 PM|Prathamesh Shende|LINK
Please use Slider.js for carousel its so easy to use
its has so many options and its free too