renegade44 Posted March 8, 2011 Share Posted March 8, 2011 here is the link to a site im currently working on:Company DeSapio Properties On the gallery that is there, I am trying to pull the thumbnails up and position them to the left. I thought it would be easy, but the styles are all in line and im having a hard time figuring out how to "catch hold" of these elements. maybe another set of eyes would help. Anyone have any suggestions? thanks! Glen Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/ Share on other sites More sharing options...
cssfreakie Posted March 8, 2011 Share Posted March 8, 2011 and the link is?? you did't provided one. anyway without even seeing it I am pretty sure you need to wrap the objects up in a div give that div a id and float all images in that div to left, give the images a little padding and maybe even some margin right and botttom? Am i right? Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1184718 Share on other sites More sharing options...
renegade44 Posted March 9, 2011 Author Share Posted March 9, 2011 sorry lol i always forget the link:http://www.desapioproperties.com.php5-18.dfw1-2.websitetestlink.com/company/ Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1184822 Share on other sites More sharing options...
crmamx Posted March 9, 2011 Share Posted March 9, 2011 You need to enclose your link. Link here anyway without even seeing it I am pretty sure you need to wrap the objects up in a div give that div a id and float all images in that div to left, give the images a little padding and maybe even some margin right and botttom? Am i right? Hmmmmmmmm..Seems I've heard that advice before. Am I right? p.s. Yes, he is right. Works like a charm. Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1184993 Share on other sites More sharing options...
cssfreakie Posted March 9, 2011 Share Posted March 9, 2011 I just looked at you website, but it looks okay to me. If your problem is not fixed could you be more precise, what page what image where you want them. right now i see 1 little and a big one that is able to slide but that's javascript. Let me know, maybe even draw it. Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1185039 Share on other sites More sharing options...
renegade44 Posted March 10, 2011 Author Share Posted March 10, 2011 The issue is that only 1 thumbnail is showing up. I was able to get the thumbnail to the side, for some reason anything after it doesnt show up. If you cycle through the slideshow, you can see the other images there, and if you go to firebug, you can go to and high-lite the other image, but its not there. Do you have any idea why it isnt showing up? Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1185655 Share on other sites More sharing options...
cssfreakie Posted March 11, 2011 Share Posted March 11, 2011 I just looked at you website, but it looks okay to me. If your problem is not fixed could you be more precise, what page what image where you want them. right now i see 1 little and a big one that is able to slide but that's javascript. <------- (this is the css forum) Let me know, maybe even draw it. I never quoted myself but this time it's perfect. Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1186050 Share on other sites More sharing options...
renegade44 Posted March 11, 2011 Author Share Posted March 11, 2011 how do you figure its a javascript problem?Its not, its a css issue. The issue now is the random positioning thats happening to the thumbnails. I got the thumbnails working by adding overflow:visible to the filmstrip div, this worked to get the 4 images to show up, but now I have other things going on. Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1186124 Share on other sites More sharing options...
cssfreakie Posted March 11, 2011 Share Posted March 11, 2011 well, first of all i recon it's javascript, because you are talking about random. css does not do anything at random, javascript can. Besides that the excessive use of inline style is a good indication, that something is giving style to elements other than a external stylesheet. Now you changed the code(right?), because now i see 4 images on: http://www.desapioproperties.com.php5-18.dfw1-2.websitetestlink.com/company/ when i press on forward or backward (another indication that this is about javascript, because the site changes when I press buttons but not refreshing.....). If i disable javascript no content is shown at all. At the moment i see 4 little images shown over your left column. Caused by the following: inline style (likely generated by javascript) element.style { background: none repeat scroll 0 0 transparent; height: 73px; left: -181px; list-style: none outside none; margin: 0; padding: 0; position: absolute; top: 0; width: 2172px; z-index: 900; } Now if you would set left to 0 it would be nicely aligned. And no that is not in your style sheets, and if you would it would simple be overwritten by the inline style, generated by javascript. (jquery). and this: but now I have other things going on you can solve that riddle your self because no one here will understand what you mean with that. If you have a problem isolate it, and describe it in a manner so that others know what you are talking about. Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1186132 Share on other sites More sharing options...
renegade44 Posted March 11, 2011 Author Share Posted March 11, 2011 well, first of all i recon it's javascript, because you are talking about random. css does not do anything at random, javascript can. Besides that the excessive use of inline style is a good indication, that something is giving style to elements other than a external stylesheet. Now you changed the code(right?), because now i see 4 images on: http://www.desapioproperties.com.php5-18.dfw1-2.websitetestlink.com/company/ when i press on forward or backward (another indication that this is about javascript, because the site changes when I press buttons but not refreshing.....). If i disable javascript no content is shown at all. At the moment i see 4 little images shown over your left column. Caused by the following: inline style (likely generated by javascript) element.style { background: none repeat scroll 0 0 transparent; height: 73px; left: -181px; list-style: none outside none; margin: 0; padding: 0; position: absolute; top: 0; width: 2172px; z-index: 900; } Now if you would set left to 0 it would be nicely aligned. And no that is not in your style sheets, and if you would it would simple be overwritten by the inline style, generated by javascript. (jquery). and this: but now I have other things going on you can solve that riddle your self because no one here will understand what you mean with that. If you have a problem isolate it, and describe it in a manner so that others know what you are talking about. ok thanks Quote Link to comment https://forums.phpfreaks.com/topic/230027-css-positioning-help-with-a-gallery/#findComment-1186167 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.