|
|||||||
| CSS Discussion and technical support relating to Cascading Style Sheets. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all.
I'm building a rater complicated web page. I thought the interface would be the simple thing, but now I've ended up with nothing but mess on my interface design. For now all the CSS and HTML are meshed, and I think most of my problems are CSS ones. If you view the HTML in Firefox, you'll see that everything is nice, how I want it to be. But as soon as you view it in Safari, then the content div tag no longer takes up 100%, but something more, and spans off the side of the page, causing you to scroll right to see it (I wanted you to scroll in the web page, like it does in Firefox). Then when we get into IE, that's where the fun begins. It doesn't like to work at all, it even spans over the sidebar on the left. Other things to mention is the fact I'm using Javascript to make the main content div take take up 100% of the browsers height (well, almost :P). If you could point me in the right direction of fixing these issues, I'd be most thankful. If you felt extremely giving generous and could post the amended cost, that'd be so sweet and save me a hell of a lot of time, but I'd like to know where I'm going wrong, and why? I have posted my web pages HTML to http://pastebin.ca/raw/595194, Thanks so much |
|
#2
|
|||||
|
|||||
|
-Looking at it now...
I am seeing what you mean. Looks good in Fx, a bit of overlap in IE6 and presumeably this is the problem. I note this: Quote:
Most browsers would probably 'assume' that line-height would be "em", but it could be "px" and right there is a potential massive problem... ... also: Quote:
... Quote:
... Quote:
Maybe you are trying to clear a previous float(??) in which case you'd write it as "clear:left; float:left;" (order of precedence rule, -last rule read is the over-riding rule).... Quote:
searching...
__________________
Help Save Ana My Portal: I Build WebPagesPricing? Read:http://www.webdeveloper.com/forum/pricing_faq.html AUP: http://www.jupitermedia.com/corporate/privacy/aup.html I test with: Firefox, Mozilla, Opera, Safari-on-XP, Google Chrome, SeaMonkey Internet.com freelancers Last edited by WebJoel; 06-29-2007 at 08:49 AM. |
|
#3
|
||||
|
||||
|
Probably not perfect and room for tweakages, but looks the same now for IE6 and Firefox 2.0.0.4
p.s.: I noted earlier and didn't post before the 30-min deadline for edit-cutoffs: Quote:
margin-top:50px;". You mean to say: margin:50px auto 30px auto; (but not sure if I retained this or not..)
__________________
Help Save Ana My Portal: I Build WebPagesPricing? Read:http://www.webdeveloper.com/forum/pricing_faq.html AUP: http://www.jupitermedia.com/corporate/privacy/aup.html I test with: Firefox, Mozilla, Opera, Safari-on-XP, Google Chrome, SeaMonkey Internet.com freelancers Last edited by WebJoel; 06-29-2007 at 10:01 AM. |
|
#4
|
|||
|
|||
|
Thanks so much. This is awesome. It works perfectly now
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|