Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
CSS Framework Articles
Page 22 of 45
Define the style for the body of the modal with Bootstrap
Use the .modal class to define the style for the body of the modal.You can try to run the following code to implement the .modal class −Example Bootstrap Example Website Information Info × Warning If JavaScript isn't enabled in your web browser, then you may not be able to see this information correcty. Close
Read MoreHow to use Bootstrap Tab Plugins
By combining a few data attributes, you can easily create a tabbed interface. With this plug-in you can transition through panes of local content in tabs or pills, even via drop down menus.You can try to run the following code to implement tab plugins −Example Bootstrap Example Home ...
Read MoreStyle the Bootstrap modal
Use the .modal-body class in Bootstrap to style the modal.You can try to run the following code to style modal −/p>Example Bootstrap Example Website Information Info × Warning If JavaScript isn't enabled in your web browser, then you may not be able to see this information correcty. Close
Read MoreSet the width and margin of the modal with Bootstrap
Use the .modal-dialog class in Bootstrap to set the width and margin of the modal.You can try to run the following code to implement .modal-dialog class −Example Bootstrap Example Web Browser More × Warning If JavaScript isn't enabled in your web browser, then you may not be able to see this information correcty. Close
Read MoreHeader of the modal in Bootstrap
To set the header of the Bootstrap modal, use the .modal-header class.You can try to run the following code to implement the modal-header class −Example Bootstrap Example Examination Result × Warning If JavaScript isn't enabled in your web browser, then you may not be able to see the result. Close
Read MoreFooter of the modal in Bootstrap
To set the footer of the Bootstrap modal, use the .modal-footer class.You can try to run the following code to implement the modal-footer class −Example Bootstrap Example Examination Result × Warning If JavaScript isn't enabled in your web browser, then you may not be able to see the result. Close
Read MoreDisable a dropdown item with Bootstrap
To disable to dropdown item in Bootstrap, use the .disabled class with the .dropdown-menu class.You can try to run the following code to disable dropdown item −Example Bootstrap Example Beverages The following are the beverages available in India: Beverages Gatorade Sting Red Bull Pepsi Coca Cola
Read MoreSet large modal in Bootstrap
Use the .modal-lg class in Bootstrap to set large modal with more width.You can try to run the following code to set large modal;Example Bootstrap Example Examination Result × Warning If JavaScript isn't enabled in your web browser, then you may not be able to see the result. Close
Read MoreAdd a gray background color to the active link in a default Bootstrap navbar
To add gray background color to the active link, use the .active class in Bootstrap.You can try to run the following code to implement .active class −Example Bootstrap Example Website Home Tutorials Quiz Demo This is demo text.
Read MoreAdd a background color to the active list item in a Bootstrap list group
Use the .active class to add gray background color to the active list item in a list group in Bootstrap.You can try to run the following code to add background color to the active list item −Example Bootstrap Example Features of Java Interface Multi-threading Packages Collection Serialization
Read More