No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: OK there are more than a few issues here, mainly there was not a bootstrap css file called onto the page. I think this will fix your problem: <!DOCTYPE html> <head> <meta charset="UTF-8"> <title>Alla's Crystal Shop</title> <link rel="stylesheet" href="/main.css"> <script> var brow=checkIEBrowser(); if(brow == true) { //User is using a … | |
Re: Change the body css in your style.css to the following... body { margin: 0px !important; background-color: #ffffff; vertical-align: top; } | |
Re: Carousel nav cannot be inside the <div class="carousel-inner">. Below is the correct code. Should work for you. <div id="myCarousel" class="carousel slide"> <!-- Carousel items --> <div class="carousel-inner"> <div class="active item"> ... </div> <div class="item"> ... </div> ... </div> <!-- Carousel nav --> <a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a> <a class="carousel-control right" … | |
Re: If you need something round, kinda round, or juxtapoz you can use this tool http://css3generator.com/ . | |
Re: Also learn SASS and LESS in addition to CSS. It will help. | |
Re: Because giving the div a style of height auto only makes the div as big as the contents of that div. If there is nothing in the div there is no height applied via auto. To fix this apply (change the pixel size to fit your design) min-height:100px; max-height:200px; > … | |
I am working on a form that will redirect users based on a form. The form asks for a zipcode. If the zipcode is correct (one of the zipcodes in the service area) then I want to redirect to an order page. If the zip code is incorrect, not in … | |
Re: I can help you. Check out mt website, and let me know if you still need my help. Travis [www.gorillaadvertising.net](http://www.gorillaadvertising.net) |
The End.