background not showing nor when I set a bg color to black does the background show in this contained div...I'm at my limit. The slider-wrapper is what I want to have an image in the background, right now the color is not set (since I dont want it that way and was just testing) but the color will not show even when I set it. The foreground is the nivoslider, which has given me hell all day to the early morning. I finally got the thing to work but now the background issue.
I already did a css validation, it hated the gradient thing, border radius and box shadows but too bad. No other errors.
HTML
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Warped Entertainments</title><meta name="description" content="The best and most affordable entertainment service in the Bloomington, IN area. We are a full service DJ with over 150,000 songs spanning across different genres, professional sound equipment, lighting and FX. Catering and other services such as security are available optionally. " /><meta name="keywords" content="local DJ, music for weddings, local music, DJ, warped entertainments, warped entertainment" /><meta name="author" content="Silverangel" /><link rel="stylesheet" type="text/css" media="screen" href="http://www.warpedentertainments.adklicks.info/css/style.css" /><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script><script src="http://www.warpedentertainments.adklicks.info/js/jquery.nivo.slider.js" type="text/javascript"></script><script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider({
effect: 'fade', // Specify sets like: 'fold,fade,sliceDown'
slices: 15, // For slice animations
boxCols: 8, // For box animations
boxRows: 4, // For box animations
animSpeed: 500, // Slide transition speed
pauseTime: 3000, // How long each slide will show
startSlide: 0, // Set starting Slide (0 index)
directionNav: true, // Next & Prev navigation
directionNavHide: true, // Only show on hover
controlNav: true, // 1,2,3... navigation
controlNavThumbs: false, // Use thumbnails for Control Nav
pauseOnHover: true, // Stop animation while hovering
manualAdvance: false, // Force manual transitions
prevText: 'Prev', // Prev directionNav text
nextText: 'Next', // Next directionNav text
randomStart: false, // Start on a random slide
beforeChange: function(){}, // Triggers before a slide transition
afterChange: function(){}, // Triggers after a slide transition
slideshowEnd: function(){}, // Triggers after all slides have been shown
lastSlide: function(){}, // Triggers when last slide is shown
afterLoad: function(){} // Triggers when slider has loaded
});
});
</script></head><body><div id="container"><div id="header"><div id="navigation"><ul><li><a href="http://www.warpedentertainments.adklicks.info"><img src='http://www.warpedentertainments.adklicks.info/images/servicesbtninact.png' alt="button" onmouseover="this.src='http://www.warpedentertainments.adklicks.info/images/servicesbtnact.png'" onmouseout="this.src='http://www.warpedentertainments.adklicks.info/images/servicesbtninact.png'"/></a></li><li><a href="http://www.warpedentertainments.adklicks.info/media.html"><img src='http://www.warpedentertainments.adklicks.info/images/mediabtninact.png' alt="button" onmouseover="this.src='http://www.warpedentertainments.adklicks.info/images/mediabtnact.png'" onmouseout="this.src='http://www.warpedentertainments.adklicks.info/images/mediabtninact.png'"/></a></li><li><a href="http://www.warpedentertainments.adklicks.info/contact.html"><img src='http://www.warpedentertainments.adklicks.info/images/contactbtninact.png' alt="button" onmouseover="this.src='http://www.warpedentertainments.adklicks.info/images/contactbtnact.png'" onmouseout="this.src='http://www.warpedentertainments.adklicks.info/images/contactbtninact.png'"/></a></li></ul></div></div><div id="content"><div id="youtube"><iframe width="196" height="110" src="http://www.youtube.com/embed/W1M0AOtfa-Y?rel=0" frameborder="0" allowfullscreen></iframe><iframe width="196" height="110" src="http://www.youtube.com/embed/ECaigBD15GI?rel=0" frameborder="0" allowfullscreen></iframe><iframe width="196" height="110" src="http://www.youtube.com/embed/B44_XgoAaRQ?rel=0" frameborder="0" allowfullscreen></iframe></div><div id="slider_wrapper"><div id="slider" class="nivoSlider"><img src="http://www.warpedentertainments.adklicks.info/images/walle.jpg" alt="img1" title="walle image" /><img src="http://www.warpedentertainments.adklicks.info/images/nemo.jpg" alt="img2" title="nemo image" /><img src="http://www.warpedentertainments.adklicks.info/images/up.jpg" alt="img3" title="up image" /></div></div></div></div></body></html>
I need to mention also that the code was written on a Linux mint 13 (with a linux moz browser for visual comparison) and bieng new to linux I was a bit blindsided about the compatability issues with windows browsers, especially IE. I am working on resolving this issue, thank you.
Bookmarks