wrathican Posted April 9, 2008 Share Posted April 9, 2008 hi there, i have a containing DIV that has a border. the only problem is that with FF it does not display correctly. and i cannot test with IE6. in FF, the border does not surround everything i need it to, whereas with IE7 it does.. the page can be found here, plese test in both IE and FF to see what the problem is: http://ls12style.co.uk/projects/Wonstar/index.php also, the 'filmstrip' of images at the bottom is meant to be vertically aligned to the middle, but for some reason its not working. each image is contained in its own div. its the only way i could get the page to display how i wanted it to. and the css for the div is: div.filmstrip { float:left; height: 100px; text-align: center; width: 14%; vertical-align: middle; } Quote Link to comment Share on other sites More sharing options...
GameYin Posted April 9, 2008 Share Posted April 9, 2008 For the filmstrip, vertical-align: middle, places it in the middle of the parent element. That's probably why it isn't working. Quote Link to comment Share on other sites More sharing options...
wrathican Posted April 9, 2008 Author Share Posted April 9, 2008 ahh right, i see because im varticle aligning the actual DIV and not the content? Quote Link to comment Share on other sites More sharing options...
GameYin Posted April 9, 2008 Share Posted April 9, 2008 ahh right, i see because im varticle aligning the actual DIV and not the content? Probably. Quote Link to comment 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.