D&C Lug - Home Page
Devon & Cornwall Linux Users' Group

[ Date Index ][ Thread Index ]
[ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] HTML/CSS Gurus - Help!



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I think my solution is similar to Neil's

I would suggest replacing the menu table with an unordered list. Links, 
images and rollovers can stay as they are but inside <li> tags rather than 
<td>.  Then put a reference to wavyline.gif directly after the list.  
Style it with css rules something like this:

ul {    clear: both;
       list-style: none;
       margin: 0;
       padding: 0;
       border: 0;  }
li {    float: left;
       background-color: #009;
       margin: 0;
       padding: 5px 0 0 10px; /*adjust padding to match required width */
       border: 0;  }

You might need to adjust wavyline.gif or the padding on the li's to get 
these to match up.  You might also need to change the image with the 
yellow strip on the side.  I don't think this will work.

Finally, this solution might not be what you need if the old version 4 
browsers are important to you.

cheers

Tony
- -- 
404 Future not Found
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFAAxDW+ZJrkBuz/nkRAnpTAJ40IfHpinp4/Al0PKXCaibHaOioMwCggNTR
pSZRZ/ky80ZJur2ooCkjXSE=
=Gpz9
-----END PGP SIGNATURE-----

--
The Mailing List for the Devon & Cornwall LUG
Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the
message body to unsubscribe.



Lynx friendly