keka Posted January 31, 2008 Report Share Posted January 31, 2008 Kā laij izveido izvelni tādu kās gign.lv eas redzeju te bet neatradu :(:( Link to comment Share on other sites More sharing options...
p4F Posted January 31, 2008 Report Share Posted January 31, 2008 Programējot vispār tu netur tiki 'tas ir HTML/CSS un ar php nav nekas saistīts Link to comment Share on other sites More sharing options...
marcis Posted February 1, 2008 Report Share Posted February 1, 2008 Te pat forumā jau ir bijis par šo tēmu runa un tieši par gign mājaslapu. Un vispār kārtējo reizi neredzu problēmu! Grūti tev apskatīties gign.lv sourci? a { display: block; float: left; background-color: #FFF; } a:hover { background-color: #000; } Link to comment Share on other sites More sharing options...
Mikijs Posted February 1, 2008 Report Share Posted February 1, 2008 <html> <head> <style> a.menu { color: white; float: left; background-color: green; } a.menu:hover { color: red; background-color: silver; } </style> </head> <body> <div align="center"><table width="90%" border="0"> <tr> <td> <a class="menu" href="#">Links 1</a> </td> <td> <a class="menu" href="#">Links 1</a> </td> <td> <a class="menu" href="#">Links 1</a> </td> <td> <a class="menu" href="#">Links 1</a> </td> </tr> </table></div> </body> Saprasties? =] Link to comment Share on other sites More sharing options...
keka Posted February 1, 2008 Author Report Share Posted February 1, 2008 bet ka laij winus dabu wisus kad ir blakus un kopa? Link to comment Share on other sites More sharing options...
andrisp Posted February 1, 2008 Report Share Posted February 1, 2008 Mācies CSS. google: horizontal css menu Link to comment Share on other sites More sharing options...
Mikijs Posted February 1, 2008 Report Share Posted February 1, 2008 =] nju kaa =] <table width="90%" border="0"> nomaini uz <table border="0"> Link to comment Share on other sites More sharing options...
andrisp Posted February 1, 2008 Report Share Posted February 1, 2008 Vispār muļķīgi menu izmantot tabulu. Link to comment Share on other sites More sharing options...
Mikijs Posted February 1, 2008 Report Share Posted February 1, 2008 bet ja tu neko nemācētu =D vaitad tu gribētu lai tev stāsta par DIV =] Link to comment Share on other sites More sharing options...
andrisp Posted February 1, 2008 Report Share Posted February 1, 2008 (edited) Labāk sākt uzreiz pareizi, nevis vispirms apgūt nepareizi un tad otreiz mācīties pareizi. Neteiktu arī, ka ar tabulu ir baigi vienkāršāk nekā ar listēm un CSS. Edited February 1, 2008 by andrisp Link to comment Share on other sites More sharing options...
marcis Posted February 1, 2008 Report Share Posted February 1, 2008 Es izmantotu vienkāršu listi <ul><li><a> Link to comment Share on other sites More sharing options...
Mikijs Posted February 1, 2008 Report Share Posted February 1, 2008 es arii ta pat ka marcis bet ar table var pats saprast ko dari =] <Table><tr><td></td></tr></table> =D vecmodigi, bet strada. Link to comment Share on other sites More sharing options...
andrisp Posted February 1, 2008 Report Share Posted February 1, 2008 Un ar UL LI nevar ? Pat mazāk tagu sanāk. Link to comment Share on other sites More sharing options...
Mikijs Posted February 1, 2008 Report Share Posted February 1, 2008 Var , kapec lai nevaretu. Link to comment Share on other sites More sharing options...
andrisp Posted February 1, 2008 Report Share Posted February 1, 2008 es arii ta pat ka marcis bet ar table var pats saprast ko dari =] Nu šis teikums sevī ietver domu, ka ar table var, bet ar ul li nevar. Link to comment Share on other sites More sharing options...
Recommended Posts