html - Images not loading/ fly away buttons -
i made changes website , works , looks when open them in chrome, upload them on ipage server , @ them on actual site broken. http://jonathondull.com index page page looks how it's suppose too. i've exhausted of resources , person furious. have ideas causing this?
if haven't already, wrap buttons inside container. make buttons width 25%, float them left , position container, haven't provided code i'll provide example you. should solve problem.
inside container buttons are, create new div , call button container , wrap around buttons.
<div id ="button_container"> //button tags go here </div>
for css assign width , height button container , buttons including css have now.
#button_container {width:25%; height:30px;} //example dimensions #button1, #button2, #button3, #button4 {width:25%; height:100%; float:left;}
make sure container has margin above other content. can make container 100% width match width of it's parent.
Comments
Post a Comment