Hey are any of you guys having this issue with the website? I just started it up and was moving around and noticed this issue with the starter kit. The white background image doesnt stretch to be as big as it needs too be expecially when viewing the reports
pages... I would love to post a screenshot but i cant attach an image to my post.
I am trying it out using Firefox and am encountering the same issue mentioned previously, the minimum height of 512px is included, still not working. Anyone having layout issues with firefox.
Member
10 Points
41 Posts
Layout issues in IE7 with CSS
May 10, 2006 08:22 PM|therookie14|LINK
Hey are any of you guys having this issue with the website? I just started it up and was moving around and noticed this issue with the starter kit. The white background image doesnt stretch to be as big as it needs too be expecially when viewing the reports pages... I would love to post a screenshot but i cant attach an image to my post.
None
0 Points
3 Posts
Re: Layout issues in IE7 with CSS
Jun 02, 2006 10:31 AM|cxk297|LINK
Had the same problem, change the following...
/* IE needs height:512px BUT this height:512px below must be removed to display correctly in Mozilla */
#reportresults
, #projectadministration, #adminedit, #timesheet, #addhours, #projectreport, #resourcereport { min-height: 512px;}
Also, make sure to clear all offline files before testing...The above setting may not even be needed. I didn't test it that way.
CK
All-Star
48393 Points
12161 Posts
Re: Layout issues in IE7 with CSS
Apr 29, 2007 11:55 PM|chetan.sarode|LINK
I am using it with IE7
Works greatly..
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
None
0 Points
1 Post
Re: Layout issues in IE7 with CSS
Sep 16, 2007 01:54 PM|ursinho|LINK
I am trying it out using Firefox and am encountering the same issue mentioned previously, the minimum height of 512px is included, still not working. Anyone having layout issues with firefox.
All-Star
48393 Points
12161 Posts
Re: Layout issues in IE7 with CSS
Sep 16, 2007 11:35 PM|chetan.sarode|LINK
Use
#reportresults
, #projectadministration, #adminedit, #timesheet, #addhours, #projectreport, #resourcereport {}
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.
All-Star
48393 Points
12161 Posts
Re: Layout issues in IE7 with CSS
Sep 17, 2007 11:38 PM|chetan.sarode|LINK
Have you tried solution that I provided
Let me know if this helpful to you[:)]
Team Lead, Product Development
Approva Systems Pvt Ltd, Pune, India.