View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000910 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2009-05-16 20:46 | 2009-08-25 08:28 |
Reporter | lentini | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 4.0.1.0 revision 15990 | ||||
Summary | 0000910: Start Page welcome text isn't displayed completely if too long | ||||
Description | if you have on the startpage e longer wellcome text than the default text of the CE version the promotion offer covered it. It don't work dynamic. The Problem is with firefox 3.x and internet Explorer 8.x. with the old Internet Explorer6.x is all ok. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
I am sorry for 3 times. it was a error by upload the data. Not every data is able for upload it function only with .jpg. but the thame bug is also in the 4.1.2_18998 version. its a bug with this forum here if I get an error for upload for the data and here will create the message. |
|
Simple solution: change oxid.css properties of #body .wellcome (~line 535): set height value to "auto" (is set to 157px in standard oxid.css) |
|
What you see is bug in IE6, all standard based browsers doesn't expand fixed height div's. If default box sizes doesn't fit your needs, you have to adjust css, or modify templates. |
|
User can change few css ant teplate parameters, and solve by yourself, as our default templates are optimized for our demodata. (see possible solution in attached screenshot) |