Article-display-bug

When I display my articles in the admin-area in 1024x768 resolution, the tabs are scrolling up and down with my articles. They also hide the product which is behind the tabs. I tested it on Mozilla Firefox 3.0.3 and IE 6 / 7.

Hi, you can open the main.css and delete on line 93 “bottom:0px;” and “position:absolute;”

now the tabs are on the bottom of the page

gruß / best regards
Sigmar -
my profile

top concepts Internetmarketing

Done that, but I recognized no further changes. My tabs are still scrolling up and down, like the articles do.

<code>tabs {border-collapse: collapse;}</code>

Any further ideas?

Best regards,

dklein - mail me

TimeLine® eBusiness GmbH & Co. KG

Ok, your solution worked fine with IExplorer 7, but not with FireFox 3. I guess you have to add something like position: fixed. I tried it before, but got the same problem. But since I am no CSS expert, I have no solution yet.

Best regards,dklein (mail me)TimeLine® eBusiness

hmm crazy im checking it on firefox 2,3 and iexplorer 7

i check this tomorrow again :wink: good night

gruß / best regards
Sigmar -
my profile

top concepts Internetmarketing

hi, please check this one for firefox 3.0.3: [.tabs {
border-collapse:collapse;
/* bottom:0; */
position:absolute;
}

gruß / best regards
Sigmar -
[url=https://www.xing.com/profile/Sigmar_Kress]my profile](]main.css (Linie 93)[/url)

top concepts Internetmarketing

To fix this bug completely you have to change following things in the main.css:

.tabs {
position:fixed;
bottom:0;
border-collapse:collapse;
}

#liste {
padding:5px 0 32px;
}

This will still overlay the tabs, but you can now scroll to the bottom of the list - at least in Firefox, IE7 and Safari. On IE6 and IE5.5 the tabs will be shown at the bottom of the list. But they did this anyway in earlier versions.


Oliver Hermanni
tro:net Internet Systemhaus GmbH (http://www.tro.net/)

Hello Oliver,

thanks for the fix!

Regards


Marco Steinhäuser
Community Guide
OXID eSales AG

Thx Oliver! Well done.

If you try that solution: don’t forget to reload the frame by holding Strg + Shift or clear your browser cache. Cause otherwise you might get fooled by seeing no difference … (like I did :wink: ).

mfg
urban

Andreas Ziethen - Geschäftsführeranzido GmbH - ecommerce in guten händen!
Programmierung - Schulungen - Performanceoptimierung<