HighDots Forums  

Heavyweight LI with CSS?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Heavyweight LI with CSS? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jasonsewall
 
Posts: n/a

Default Heavyweight LI with CSS? - 08-11-2007 , 12:14 AM






I'm trying to fight the urge to solve a layout problem with tables
instead of CSS, and I need help.

I'd like to put together a list of publications for my webpage,
complete with a screenshot from the work and maybe a few links.
Something like:

--------------------------------------------------
Quote:
---------- |
| | Blah Blah Blah Blah |
| | In the proceedings of foo |
| | |
| | project web page bibtex |
---------- |
--------------------------------------------------

(this looks crappy thanks to the variable-width font my browser
uses...)

It would be pretty neat if there was some way to stuff this into an LI
class, but my CSS ability is pretty poor. Can someone give me a push
in the right direction?

Thanks,

Jason



Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Heavyweight LI with CSS? - 08-11-2007 , 12:38 AM






Scripsit jasonsewall:

Quote:
I'm trying to fight the urge to solve a layout problem with tables
instead of CSS, and I need help.
Many layout problems are best solved using a simple table these days. What
matters is the flexibility of the design (no px, please, and things like
that), not the tools as such.

Quote:
I'd like to put together a list of publications for my webpage,
complete with a screenshot from the work and maybe a few links.
Then do it. Set up a simple page that has the _content_ and _logical
structure_, and post the URL. Then we can discuss its styling if needed.

Quote:
Something like:

--------------------------------------------------
---------- |
| Blah Blah Blah Blah |
| In the proceedings of foo |
| |
| project web page bibtex |
---------- |
--------------------------------------------------

(this looks crappy thanks to the variable-width font my browser
uses...)
It indeed does, and a monospace font does not help. You haven't described
the structure _or_ the desired layout in an understandable manner.

Quote:
It would be pretty neat if there was some way to stuff this into an LI
class, but my CSS ability is pretty poor.
If your CSS ability is poor, start studying the basics of CSS. There's
little point in trying to struggle with complex layout issues first.

You haven't told what "LI" means. In WWW authoring, it most often means the
LI element in HTML markup. You haven't told what the word "heavyweight"
means in this context - a word that you use in the Subject line but not in
the text.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/



Reply With Quote
  #3  
Old   
dorayme
 
Posts: n/a

Default Re: Heavyweight LI with CSS? - 08-11-2007 , 06:59 PM



In article
<1186809268.212637.52960 (AT) i13g2000prf (DOT) googlegroups.com>,
jasonsewall <jasonsewall (AT) gmail (DOT) com> wrote:

Quote:
I'm trying to fight the urge to solve a layout problem with tables
instead of CSS, and I need help.

I'd like to put together a list of publications for my webpage,
complete with a screenshot from the work and maybe a few links.
Something like:
Well, it is hard to know what might suit you. Maybe you can get
some ideas from these pages that have lists of publications?

<http://www.sn2.com.au/reports.html>

<http://ihpst.arts.unsw.edu.au/publications.html>

Just keep it simple at first and you won't go too wrong.

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.