Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~334 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Alexancho

The task is to create links: [URL=http://www.radikal.ru][IMG]http://i063.radikal.ru/0911/05/84280713bc76.png[/IMG][/URL] It can be done using HTML only. Something like this: [CODE]<a href="#"><img border="0" src="images/img10.gif" width="9" height="11" alt="" /></a>&nbsp;&nbsp;<a href="#">Read More</a>bsp;&nbsp;&nbsp;&nbsp; <a href="#"><img border="0" src="images/img11.gif" width="13" height="12" alt="" /></a>&nbsp;&nbsp;<a href="#">Comments (33)</a>[/CODE] But it also can be done using CSS. For that you have to …

Member Avatar for wmsigler
0
71
Member Avatar for Alexancho

Why removing float:left affects dimensions of a li element? The cod is simple: [CODE] <!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> Horizontal menu </title> <style type="text/css"> *{ margin:0; padding:0; } .menu { list-style-type:none; margin:50px; } .menu li{ display:inline; font-size:18px; line-height:36px; } …

Member Avatar for dipak_passion
0
79
Member Avatar for Alexancho

I was advised not to use any properties inside <tr> tags because it can create problems in some browsers. Is that really so?

Member Avatar for almostbob
0
62
Member Avatar for Alexancho

I am creating website using CSS. It must be something like this: [url]http://webdesign-gold.awardspace.biz/model_1.html[/url] A picture of a header(fuchsia) is made from many small fragments. The same with a navigation bar(green). To perform this task i used absolute positioning for these fragments. So, actually i need everything in this website to …

Member Avatar for MidiMagic
0
122