CSS - Css, Php, Contented Shifted.
Hi,
I'm relatively new to CSS. I'm designing a site, using some .php pages. My problem: the .php pages display slightly differently than the .html pages, even though they use virtually the same CSS. for example, i have bio.html and landscape.php. you can find these at (URL address blocked: See forum rules)/landscape.php and (URL address blocked: See forum rules)/bio/bio.html if you look closely, the .html pages displays its content slightly to the right of the .php content. put another way, the .php content is displayed slightly to the left of the .html content. I can't figure out how the html and php pages will display exactly the same! landscape.php uses 3 CSS files: header.css, landscape.css, footer.css bio.html uses: header.css, bio.css, footer.css Has anyone seen .php pages displayed differently (or shifted horizontally) compared to .html pages? Thanks in advance! - tim Similar TutorialsHere is the url: http://bradleyrose.net/WaterStreetRestaurant/pages/about_us.html The guy I'm building the site for says when he views the site, the pictures and copy in the 2 columns to the right of the navigation menu get pushed down to where the level of where the contact us button is. He is viewing the site on either IE6 or IE7 Any insight would be greatly appreciated. Hi guys, sorry if its newbie question, don't work with CSS so long. I've just read a nice article about styling CSS forms (Fancy Form Design) and it looked really nice, so I tried to apply it immediately. However, some problems occured, things are never so easy I guess . First problems occurs with styling of group of form elements: they are dropped one line down (below its label, resp. legend) in IE 5.5/6.0 and also moved to the right (in IE 5.5-7.0) for some reason. Also, styling of fieldsets' legends works odd: first legend is styled differently than the others (one would guess that all of them will be styled in same way). Could you give me pls a little hint on these problems? Here's the test page with applied form styling: http://147.32.122.251/hsh2t/index.php. General CSS: http://147.32.122.251/hsh2t/forms.css IE (5.5-6.0) only CSS: http://147.32.122.251/hsh2t/forms-ie.css |