First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
images and text
I'm rewriting some of my CMS code. It's very common to have a block of text with an image. This can be done this way: <p><img...>enough text to flow past the image... </p> or this way: <div> <img ...> <p>enough text to flow past the image...</p> </div> Now, if we set widths and float the... 1 Apr 2008 12:53
Img - bottom margin mystery
Many thanks for the answers. On Sun, 30 Mar 2008 15:12:55 -0400, Gus Richter <gusrichter(a)netscape.net> wrote: Or make the img vertical-align:bottom; Seems to work for FF2 but not for IE7 AFAICS. JGD ... 31 Mar 2008 20:39
Show List on Image Hover
Fri, 28 Mar 2008 17:16:47 -0400 from David Stone <no.email(a)domain.invalid>: If you want to see how this can be done - including accomodating older versions of IE - take a look at Ruthsarian menus: http://webhost.bridgew.edu/etribou/layouts/rMenu/ Caution: it requires Javascript. Also, the whol... 31 Mar 2008 20:00
Centering again
Andre If the below link was supposed to show the image centered both ways, sorry, it didn't work in either IE7 or Firefox. ???? On Thu, 27 Mar 2008 17:01:49 -0700 (PDT), Andr� H�nsel <andre(a)webkr.de> wrote: On Mar 27, 1:19 am, Gary <gs...(a)yahoo.com> wrote: On Mar 24, 5:10 pm, Andr� H�nsel <an...(a)webkr... 9 Apr 2008 18:45
IE compatible way of forcing footer to bottom of page?
I've found the answer - the solution is described at http://tinyurl.com/a8u5w .. It is almost identical to the method I was using but it includes the following addtional line: * html #nonFooter {height: 100%;} With the addtion of this line, it works in all browsers including IE5.5. I don't understand why it wo... 1 Apr 2008 18:27
How to wrap text in <p> tag if the text has no spaces and is very long
On 2008-03-29, removeps-groups(a)yahoo.com <removeps-groups(a)yahoo.com> wrote: How to wrap text in <p> tag if the text has no spaces and is very long? Here is an example: <p>VeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVer... 9 Apr 2008 15:28
How to wrap text in <p> tag if the text has no spaces and is very long
How to wrap text in <p> tag if the text has no spaces and is very long? Here is an example: <p>VeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLong</ ... 11 Apr 2008 10:17
3 cols with same length without to break others characteristics
In article <9cnHj.3762$n8.638(a)news-server.bigpond.net.au>, "rf" <rf(a)invalid.com> wrote: "dorayme" <doraymeRidThis(a)optusnet.com.au> wrote in message <http://netweaver.com.au/alt/equalCols/three_cols_fixed_sides.html> or <http://tinyurl.com/22h3ep> I expect it does not work in... 31 Mar 2008 20:00
Strange(?) behavior with styled links
I have a menu with selections: <a class="nav4w" href="foo.html">buttontext&nbsp;</a> Styled in an external style sheet as: ..nav4w { padding:2px 0 3px 0; display:block; width:98%; border-bottom:1px solid #300099; margin-top:1px; text-align:right; text-decoration:none; font-family: Arial, Helvetica, s... 31 Mar 2008 17:57
images and text
On Mar 31, 8:06 am, Jeff <jeff(a)spam_me_not.com> wrote: I'm rewriting some of my CMS code. It's very common to have a block of text with an image.    This can be done this way: <p><img...>enough text to flow  past the image... </p>   or this way: <div> <img ...> <p>enough text t... 31 Mar 2008 20:00
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27