Znaleziono 1 wynik

autor: termi
pn lis 12, 2007 4:27 pm
Forum: Technologie WWW - cz. 1 Client-side (HTML, CSS, JAVA SCRIPT)
Temat: [css][html] problem z border w object
Odpowiedzi: 0
Odsłony: 1589

[css][html] problem z border w object

witam mam kodzik ktorym wstawiam strone w strone:
<br><object id=galeria data="katalog/index.html" type="text/html" border="none"></object>
a strana w czytywana ma cos takiego w headzie:
<!--[if lte IE 7]>
<style type="text/css">
html {
border: none;
overflow:hidden;
}
</style>
<![endif ...