Сообщение от katamason
|
Допёр как можно это решить кроссбраузерно c помощью таблицы
|
И не только...
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#container {
text-align: center;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div id='container'>
<input type="button" value="<<" />
<img src='http://javascript.ru/forum/images/smilies/dance3.gif' />
<input type="button" value=">>"/ >
</div>
</body>
</html>