Everything posted by dt24
-
DIV auto height does not work on multiple DIV's!
Thanks for that post above John Michael Sales, I thought i had the auto:height issue solved a few weeks back but i had just started inputting my HTML content and what happens.. the page does not resize to fit all of the content in! First thing i did was copy and paste your reccommendation for overflow: hidden; and its just re-sized all of my pages. Perfect! Thanks again!
-
CSS Dropline Menu strange behaviour?
Hi guys, Im developing a site at the mo which has a CSS dropline menu.. Now the menu works fine until the page is refreshed then some of the buttons occassionally shift down the page slightly? Now as im still developing the site (make changes to code, save, then refresh the page etc...) I've noticed that this only seems to happen once in about 10-15 page refreshes? Does anyone have any idea's to why this is happening? Now is this something that will happen when the page is active on the web (as a user views the page/website), or is it just the browser tripping out when same page is refreshed multiple times? Ive attached some pics to show what i mean... (Pic 1 is normal, then Pic 2 shows how some of the menu buttons have moved down the page) Any help would be greatly appreciated! Kind regards,
-
DIV auto height does not work on multiple DIV's!
Hi, i think i've figured it out, the width of the #Global has to be the same width as the Header, Body & Footer DIV's! Thanks for the help!
-
DIV auto height does not work on multiple DIV's!
Hi, nope that doesn't work either
-
DIV auto height does not work on multiple DIV's!
Hi, thanks for your reply but the body DIV will still not align in the center (please see attachment)
-
DIV auto height does not work on multiple DIV's!
Hi, yeh i have tried that and it still won't center it. Still trying to figure out how i can get the 'text' DIV to have 'auto height'
-
DIV auto height does not work on multiple DIV's!
Oh my god! What a legend... Thanks so much for all your help! I hope you didn't spend too long doing it. few quick questions though if thats ok... Just the same way as you've set the Body DIV to "auto height", how could i set the #text and #side DIV's to resize automatically within this Body DIV too? I want the #text and #side DIV's to have "auto height" and not a predetermined height set to 900px. I can't get text-align: center; to centrally align the body DIV... as a quick fix i have used 'margin-left: 53px;' which works fine in Firefox, but IE shifts it a few pixels right? do you know of an alternative that would center the body DIV across all browsers? Kind regards,
-
DIV auto height does not work on multiple DIV's!
Hi guys, im very new to this forum and i thought this would be the best place to come for some much needed bit of help! Im working on a small website project for a friend whereby ive developed a basic site using HTML & CSS but i am really struggling to set auto height for a few DIV's. Ive tried so many things and even one solution already listed in this forum, but i cannot get it to work! The website consists of a basic 'header', 'body' and 'footer' layout. I need to achieve auto height for the main 'body' DIV, as well as auto height for the two smaller DIVs called 'text' and 'side' that sit inside the 'body' div. Ive attached the HTML file and CSS files below. Any help would be greatly appreciated! Many thanks, index.html style.css style_ie.css