Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~49.1K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for alex910TN

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 …

Member Avatar for Abdullah_19
0
46K
Member Avatar for mattyd

Change the body css in your style.css to the following... body { margin: 0px !important; background-color: #ffffff; vertical-align: top; }

Member Avatar for kevwood
0
192
Member Avatar for NDoubleD

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" …

Member Avatar for travis.holt.921_2
0
2K
Member Avatar for safeer008

If you need something round, kinda round, or juxtapoz you can use this tool http://css3generator.com/ .

Member Avatar for travis.holt.921_2
0
162
Member Avatar for shulesly
Member Avatar for Musafir

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; > …

Member Avatar for travis.holt.921_2
0
1K
Member Avatar for travis.holt.921_2

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 …

Member Avatar for EvolutionFallen
0
217
Member Avatar for brokerage

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)

0
71

The End.