Jump to content

pattaya

User
  • Posts

    82
  • Joined

  • Last visited

Everything posted by pattaya

  1. Нажимая на ссылку, выскакивает поле для заполнения формы в outlook (эл.почта)
  2. Подскажите пожалуйста, как приатачить outlook к ссылке?
  3. Спасибо, .host td {vertical-align:top;} - этот способ помог.
  4. Опять-доброй ночи. <div class="container2"> <div class="hr">Subsea Enclosures</div> <div class="host"> <p style="margin:30px 0 0 15px" align="left"><span class="text_black">Subsea Enclosures</span></p> <table> <tr> <td width="33%" style="vertical-align:top"><img src="../images/Subsea Enclosures/Subsea Enclosures1.gif" />Metallic Enclosures</td> <td width="33%"><img src="../images/Subsea Enclosures/Subsea Enclosures2.gif" />Plastic Enclosures</td> <td width="33%"><img src="../images/Subsea Enclosures/Subsea Enclosures3.gif" />Design,<br /> Engineering & <br/> structural analysis</td> </tr> </table> </div> </div>, а это стили: .host { text-align:center; margin:0 30px; font-size:18px; vertical-align:top; } .container2 { left : 0; position : relative; top : 0; width : 944px; z-index : 10; color : #006699; } .hr { padding:5px 0; position:relative; border-bottom:4px solid #006699; width:100%; font-weight:bolder; text-align:left; color:#006699; text-indent:30px; } .host { text-align:center; margin:0 30px; font-size:18px; vertical-align:top; } подскажите пожалуйста почему содержимое таблицы не хочет выравниваться по вертикали классом .host? Или как образом убрать пробел между <p> и <table>?
  5. Спасибо, получилось! class="a_new color", два класса потому что color через пробел?
  6. Доброй ночи! Не могу понять: это стиль цвета ссылок a { text-decoration : none; outline : none; color : #ffffff; } а это код и стиль отдельной ссылки <a class="a_new color" href="http://www.youtube.com/ asdfagdfsh" > YouTube - ISIIS<br /> (In Situ Ichthyoplankton Imaging System)</a> .a_new color {color:#006699; font-style:oblique; } Скажите, почему у меня не отображается стиль для ссылки a_new color, таким каким я его прописал, а отображается стиль для тега <a>?
  7. Может, я не так выразился! Хотелось бы понять, что я не так делаю (сделал), код: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Bellamare LLC - Plankton Sampling</title> <style> body { background : #ffffff; text-align : center; margin : 0; padding : 0; } .container { width : 944px; margin : 20px auto; position : relative; z-index : 10; font : 14px, Calibri, Arial, sans-serif; } .div1 { width : 944px; height : 88px; margin-top : 4px; position : relative; text-align : left; z-index : 10; } .div2 { background : #cccccc; width : 936px; margin : 8px 0 0 8px; height : 80px; top : 0; left : 0; z-index : 15; position : absolute; } .div3 { background : #006699; width : 936px; margin : 0 0 0 0; height : 80px; z-index : 16; position : absolute; } .div4 { height : 20px; left : 25px; font : 16px calibri, arial, sans-serif; font-weight : bold; position : absolute; margin : 50px 20px 20px 0; text-align : left; color : white; z-index : 1000; top : 1px; width : 574px; } a { text-decoration : none; outline : none; color : #ffffff; } A:hover { text-decoration : underline; } img { border : none; } .container2 { left : 0; position : relative; top : 0; width : 944px; z-index : 10; color : #006699; } .hr { padding:5px 0; position:relative; border-bottom:4px solid #006699; width:100%; font-weight:bolder; text-align:left; color:#006699; text-indent:30px; } .float_right {float:right; margin-left:40px; top:0; } .container_t_big {margin : 0 15px; position : relative; color:#000000; text-align:left; font:14px Calibri, Arial, Helvetica, sans-serif; } h2 {color:#000000; text-align:left; margin-left:27px; margin-bottom:0; font-family:Calibri, Arial, Helvetica, sans-serif; font-weight:normal; } .pic_c td {vertical-align:top; text-align:center; width:20%; font-family:Calibri, Arial, Helvetica, sans-serif; font-size:14px; color:#000000; padding-bottom:30px; } </style> </head> <body> <div class="container"> <div class="div1"> <div class="div2"></div> <div class="div3"> <a class="logo" href=".index.html"></a> <div class="div4">| <a href=".index.html">Home</a> | <a href="company.htm">Company</a> | <a href="contact us.htm">Contact Us</a> | <a href="news & events.htm">News & Events</a> | <a href="Past Projects.htm">Past Projects</a> | </div> </div> </div> <div class="container2"> <div class="hr">Plankton Sampling</div> <div class="container_t_big"> <h2>ISIIS Technology:</h2> <table width="100%"> <tr class="pic_c"> <td width="135" height="194"><img src="../images/Plankton Study/plankton2.gif" /> Towed Vehicles</td> <td> <img src="../images/Plankton Study/plankton1.gif" />Capabilities </td> <td> <img src="../images/Plankton Study/plankton3.gif" />Analysis & Data Storage </td> <td> <img src="../images/Plankton Study/plankton4.gif" />Images </td> <td> <img src="../images/Plankton Study/plankton5.gif" />Publications & Articles </td> </tr> <tr> <td class="center_table" colspan="5"> <div class="float_right"><img src="../images/Plankton Study/plankton6.gif" /></div> ISIIS is the acronym for “In Situ Ichthyoplankton Imaging System”. This technology was developed in collaboration with the University of Miami at the Rosenthiel School for Marine and Atmospheric Science (RSMAS) thanks to the leadership of Dr. Robert Cowen and Cedric Guigand. </td> </tr> <tr> <td><div><h2>Net Systems:</h2></div> </td> </tr> <tr class="pic_c"> <td> <img src="../images/Plankton Study/plankton2.gif" />Light Traps </td> <td> <img src="../images/Plankton Study/plankton8.gif" />Custom Solutions </td> </tr> </table> </div> </div> </div> </body> </html>
  8. Спасибо за оперативность, но хотелось бы не так глобально, для меня совсем совсем зеленого.
  9. Здравствуйте, не получается разместить текст по центру под всеми рисунками, но заменив первую картинку второй в 1-м ряду - текст становится по центру, а заменив второй картинкой седьмую- все равно текст не центрируется: В чем может быть проблема?
  10. А можно не создавая новую тему я задам еще вопрос!? Есть блоки, с рисунками разной длинны, а под ними скажем так, тоже рисунок. Так вот, можно как-то сделать чтоб нижний рисунок был одной длинны, и растягивался или сужался "автоматически", в зависимости от длинны верхнего рисунка? За ранее, спасибо!
  11. Спасибо, все заработало.
  12. Мне не нужно чтоб текст переходил на новую строку, в FF в одну строку, а вот в IE он и переходит
  13. Блин, подскажите, кручу, кручу. То текст переходит на новую строку, то не переходит зато цвет текста (ссылки) становится белым, а нужен синий?
  14. Да,спасибо, с цветом текста получилось, а как все таки сделать текст в одной строке, а не с переходом на следующую в вопросе "выше"?
  15. <html> <head> <title>Untitled</title> <style> body {background: #FFFFFF; bottom: none; text-align:center; margin: 0; padding: 0; } .container { background:; width: 944px; margin:20px auto; position:relative; text-align:left; z-index:10; font:14px Calibri,Arial,sans-serif; } .div1 {background:; width: 944px; height: 88px; margin-top:4px; position:relative; text-align:left; z-index: 10; } .div2 {background:#CCCCCC; width: 936px; margin: 8px 0 0 8px; height: 80px; top:0px; left: 0; z-index:15; position: absolute; } .div3 {background:#006699; width: 936px; margin: 0px 0 0 0px; height: 80px; z-index:16; position: absolute; } a.logo {background:url("file:///D:/первые шаги/беламор/images/для шапки/картинка.gif"); right: 5px; top: 5px; height: 64px; position:absolute; width: 278px; z-index:50; } .div4 { height: 20px; left:25px; font: 16px calibri, arial,sans-serif; font-weight:bold; position: absolute; margin: 50px 20px 20px 0px; text-align:left; color:white; z-index:1000; top: 1px; width: 574px; } .container2 { left:0; position:relative; text-align:left; top:0; width:944px; z-index:10; color: #006699; } a {text-decoration: none; /* Убирает подчеркивание для ссылок */ outline: none; /* Убираем границу вокруг ссылок */ color:#FFFFFF; } A:hover {text-decoration: underline; /* Добавляем подчеркивание */ } img {border:none; } .hr a { position:relative; z-index:2; width:100%; font-weight:bold; color:#006699; } .container_t {margin:0 10px; position:relative; } .t {margin-top: 20px; position:relative; padding-left:10px; width:100%; color:#3b3b3b; } .pic-td {padding:0 30px 20px 0; text-align:left; vertical-align:top; } .pdf {background:url("file:///D:/первые шаги/беламор/images/SeaLapse Photo/pdf.gif"); position:relative; width:296px; margin:15px 0px 0px 12px; text-align:center; color:white; font-size:12px; padding:5px 0 5px 0; /*выровнял текст по центру рисунка*/ } .text {font-weight:bold; font-family:arial; font-size:13px; vertical-align:top; } .h3 {text-decoration:underline; text-align:center; color: #000000; } .text_c {text-align:center; font-weight:bold; font-family:arial; font-size:13px; } .fotter {background:#006699; margin:0 auto; height: 30px; width: 944px; color:#FFFFFF; font:12px Calibri,Arial,sans-serif; } .fotter_l {padding:9px 0 9px 30px; text-align:left; float:left; } .fotter_r {padding:9px 30px 9px 0; text-align:right; </style> </head> <body> <div class="container"> <div class="div1"> <div class="div2"></div> <div class="div3"> <a class="logo" href="file:///D:/первые шаги/беламор/www/"></a> <div class="div4">| <a href="file:///D:/первые шаги/беламор/www/.index.html">Home</a> | <a href="file:///D:/первые шаги/беламор/www/company.htm">Company</a> | <a href="file:///D:/первые шаги/беламор/www/contact us.htm">Contact Us</a> | <a href="file:///D:/первые шаги/беламор/www/news & events.htm">News & Events</a> | <a href="file:///D:/первые шаги/беламор/www/Past Projects.htm">Past Projects</a> | </div> </div> </div> <div class="container2"> <div class="hr" > <a href="file:///D:/первые шаги/беламор/www/SeaLapse Photo.htm">Imaging Systems</a>/ SeaLapse Photo<hr width="100%" size="5" color="#006699"></hr></div> <div class="container_t"> <table class="t"> <tr> <td width="38%" class="pic-td"> <img src="file:///D:/первые шаги/беламор/images/SeaLapse Photo/картинка1.gif"> <div class="pdf"> <a href="file:///D:/первые шаги/беламор/www/.index.html">SeaLapse-Photo.pdf</a></div> </td> <td width="62%" class="text"> SeaLapse-Photo is an autonomous time-lapse still camera system. It consists of a SLR Digital camera and its time-lapse controller housed inside a subsea enclosure rated for 1,000m depth. <p>SeaLapse-Photo is pre-programmed before each mission to run up to eight time-lapse photography sessions. Two powerful strobes complete the system allowing taking pictures in darkness conditions. The system is powered from a separate battery pod that connects to the main camera housing. <p>For ease of operation and to avoid opening the enclosures in between deployments, the system is powered up and down via a switch located on the endcap. Pictures can also be downloaded via an external USB connector. <h3 class="h3">Options include:</h3> <p class="text_c">Flat or Hemispherical Viewport<br> Glass or Acrylic Viewport<br> 6,000m depth rated titanium housing<br></p> <p> </td> </tr> <tr> <td class="pic-td" colspan="2"> <img src="file:///D:/первые шаги/беламор/images/SeaLapse Photo/фотки.gif"> </td> </tr> <tr> <td height="19"> </td> <td class="text_c">Time lapse sequence showing a hungry crab</td> </tr> </table> </div> </div> </div> <div class="fotter"> <div class="fotter_l"> | Tel: +7 (095) 345-7809 Fax: +7 (095) 345-7809 E-mail: info@prob.com </div> <div class="fotter_r">| <a href="file:///D:/первые шаги/беламор/www/site map.htm">Site Map</a> |</div> </div> </body> </html> . И еще один вопрос, <div class="hr" > <a href="file:///D:/первые шаги/беламор/www/SeaLapse Photo.htm">Imaging Systems</a>/ SeaLapse Photo<hr width="100%" size="5" color="#006699"></hr></div> в это коде после </a> в ff текст не перескакивает на новую строку, а в IE переходит на новую, что нужно сделать, подскажите?
  16. Не могу, эта страница не в сети
  17. Здравствуйте. Подскажите, почему цвет текста не меняется на указанный в стилях,а остается я предполагаю по умолчанию(черным), firebug не показывает вообще ни какого цвета . Это мой код: .container2 { position:relative; text-align:left; width:944px; z-index:10; сolor:#104e8b;} , а это код firebug container2 { position:relative; text-align:left; width:944px; z-index:10; } div.htm (строка 78) Унаследовано отdiv.container .container { font:14px Calibri,Arial,sans-serif; text-align:left; }
  18. Спасибо, получилось.
  19. Здравствуйте. Помогите пожалуйста расположить текст со ссылкой в центре рисунка, в диве. Рисунок представляет собой полосу height: 24px; width:296px; font-size:12px;
  20. Спасибо, с помощью тега p получилось
  21. Или каким должен быть код, подскажите пожалуйста - (стандартная таблица -шапка, центральная часть, подвал), так вот, в центральной части нужно расположить два ряда (строки),в каждой строке по три ячейки, а в каждой ячейке картинка, под корой нужно разместить текс
  22. Разместить текст по центру получилось, а как же все таки разместить текст под картинкой?
  23. Здравствуйте. В таблице есть строка, в ней три ячейки, в каждой ячейке находится картинка, а под каждую из картинок нужно разместить свой текст расположенный по центру картинки (по горизонтали). Подскажите пожалуйста как это сделать?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy