Webmaster talk
Webmaster talk
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Forums
Web Marketing Forums
Adsense talk
AdWords Talk
Yahoo Search Marketing Talk
Website Marketing Talk
Link Development Forums
Link Development Talk
Link Sales Talk
Link Trade Talk
Link Exchange
SEO Forums
Search Engines Optimization Talk
Google SEO Talk
Yahoo SEO Talk
DMOZ Talk
Hosting Forums
Free 100 Mb hosting
Free Hosting
Free Forum hosting
Hosting
Web Hosting
Dedicated Servers
Domains Forums
Domain Sales Talk
Domain Appraisal Talk
Domain Registrars Talk
Expired Domain Names Talk
Design Forums
Photoshop
Content Talk
Templates Talk
Other
Payment Processing Talk
phpBB styles
Forums
Site Sales Talk
list not displaying inliine

 
Post new topic   Reply to topic    Webmaster talk Forum Index -> Webmaster talk
View previous topic :: View next topic  
Author Message
paul watt
Guest





PostPosted: Mon Jul 14, 2008 11:04 am    Post subject: list not displaying inliine Reply with quote

Hi,
on http://www.paulwatt.info/paulwatt/port.html i'm trying to make the list
of images display horizontaly, not verticaly. I've used the same ID as the
main menu which displays correctly, but this list doesnt . The url for the
css is http://www.paulwatt.info/paulwatt/css/main2.css

TIA


--
Paul Watt

http://www.paulwattdesigns.com
http://www.yoofo.co.uk
Back to top
  Ads
Advertising
Sponsor


paul watt
Guest





PostPosted: Mon Jul 14, 2008 11:04 am    Post subject: Re: list not displaying inliine Reply with quote

i've given the list a unique ID and it still doesn't work. It shouldn't
matter that theres no space, as the dive is set to overflow.

--
Paul Watt

http://www.paulwattdesigns.com
http://www.yoofo.co.uk
"paul watt" <paul@NOSPAMpaulwatt.info> wrote in message
news:g5f7dt$c3v$1@registered.motzarella.org...
Quote:

"John Hosking" <John@DELETE.Hosking.name.INVALID> wrote in message
news:487b1cb3$1_7@news.bluewin.ch...
paul watt wrote:
Hi,
on http://www.paulwatt.info/paulwatt/port.html i'm trying to make the
list of images display horizontaly, not verticaly. I've used the same ID
as the

http://validator.w3.org/ IDs must be unique on a page
http://www.w3.org/TR/CSS21/selector.html#id-selectors

It's a strange choice of id for the pictures anyway, isn't it? It's
"navlist", but these are just some links to other pages

main menu which displays correctly, but this list doesnt . The url for
the css is http://www.paulwatt.info/paulwatt/css/main2.css

Your .port and .leftcell have widths constraining them so they can't
display horizontally (beyond one image per row). Your real navlist has
plenty of room at typical browser widths, so it looks the way you expect.

You've got repeated but non-identical rules for ul#navlist li a:hover as
well as a few other selectors. You need to do some proofreading &
cleanup.

BTW,

"music industry,charitys and clubs."

should be

"music industry, charities and clubs."


--
John

Thanks John, I'll work on it

--
Paul Watt

http://www.paulwattdesigns.com
http://www.yoofo.co.uk
Back to top
  Ads
Advertising
Sponsor


paul watt
Guest





PostPosted: Mon Jul 14, 2008 11:04 am    Post subject: Re: list not displaying inliine Reply with quote

"John Hosking" <John@DELETE.Hosking.name.INVALID> wrote in message
news:487b1cb3$1_7@news.bluewin.ch...
Quote:
paul watt wrote:
Hi,
on http://www.paulwatt.info/paulwatt/port.html i'm trying to make the
list of images display horizontaly, not verticaly. I've used the same ID
as the

http://validator.w3.org/ IDs must be unique on a page
http://www.w3.org/TR/CSS21/selector.html#id-selectors

It's a strange choice of id for the pictures anyway, isn't it? It's
"navlist", but these are just some links to other pages

main menu which displays correctly, but this list doesnt . The url for
the css is http://www.paulwatt.info/paulwatt/css/main2.css

Your .port and .leftcell have widths constraining them so they can't
display horizontally (beyond one image per row). Your real navlist has
plenty of room at typical browser widths, so it looks the way you expect.

You've got repeated but non-identical rules for ul#navlist li a:hover as
well as a few other selectors. You need to do some proofreading & cleanup.

BTW,

"music industry,charitys and clubs."

should be

"music industry, charities and clubs."


--
John

Thanks John, I'll work on it

--
Paul Watt

http://www.paulwattdesigns.com
http://www.yoofo.co.uk
Back to top
  Ads
Advertising
Sponsor


John Hosking
Guest





PostPosted: Mon Jul 14, 2008 11:04 am    Post subject: Re: list not displaying inliine Reply with quote

paul watt wrote:
Quote:
Hi,
on http://www.paulwatt.info/paulwatt/port.html i'm trying to make the list
of images display horizontaly, not verticaly. I've used the same ID as the

http://validator.w3.org/ IDs must be unique on a page
http://www.w3.org/TR/CSS21/selector.html#id-selectors

It's a strange choice of id for the pictures anyway, isn't it? It's
"navlist", but these are just some links to other pages

Quote:
main menu which displays correctly, but this list doesnt . The url for the
css is http://www.paulwatt.info/paulwatt/css/main2.css

Your .port and .leftcell have widths constraining them so they can't
display horizontally (beyond one image per row). Your real navlist has
plenty of room at typical browser widths, so it looks the way you expect.

You've got repeated but non-identical rules for ul#navlist li a:hover as
well as a few other selectors. You need to do some proofreading & cleanup.

BTW,

"music industry,charitys and clubs."

should be

"music industry, charities and clubs."


--
John
Back to top
  Ads
Advertising
Sponsor


Jim Moe
Guest





PostPosted: Mon Jul 14, 2008 11:33 pm    Post subject: Re: list not displaying inliine Reply with quote

On 07/14/08 01:59 am, paul watt wrote:
Quote:
Hi,
on http://www.paulwatt.info/paulwatt/port.html i'm trying to make the list
of images display horizontaly, not verticaly. I've used the same ID as the
main menu which displays correctly, but this list doesnt . The url for the
css is http://www.paulwatt.info/paulwatt/css/main2.css

The class .port sets the div's width to 100%. However, the div resides

in .leftcell which is set to 30%, or about 250px for my viewport. Since
the images are typically 200px wide + padding/margin, it is not surprising
that they wrap.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Back to top
  Ads
Advertising
Sponsor


Guest






PostPosted: Wed Jul 16, 2008 3:26 pm    Post subject: Re: list not displaying inliine Reply with quote

On 14 Jul, 19:33, Jim Moe <jmm-list.AXSPA...@sohnen-moe.com> wrote:
Quote:
On 07/14/08 01:59 am, paul watt wrote:> Hi,
onhttp://www.paulwatt.info/paulwatt/port.htmli'm trying to make the list
of images display horizontaly, not verticaly. I've used the same ID as the
main menu which displays correctly, but this list doesnt . The url for the
css ishttp://www.paulwatt.info/paulwatt/css/main2.css

The class .port sets the div's width to 100%. However, the div resides
in .leftcell which is set to 30%, or about 250px for my viewport. Since
the images are typically 200px wide + padding/margin, it is not surprising
that they wrap.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)

But the div is set to overflow:auto which would have the desired
effect
Back to top
  Ads
Advertising
Sponsor


Display posts from previous:   
Post new topic   Reply to topic    Webmaster talk Forum Index -> Webmaster talk All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Australian Debt Consolidation Experts
medical insurance
Wedding
Escort, massaggiatrici e accompagnatrici a Modena, Bologna, Parma, Brescia, Vicenza ...
Expatriate Swingers
Missouri
cheap life insurance
Make Your Own Website
Free calls to Poland
Long island Cleaning service
mold killer
UK Swingers Genuine Contacts Site
floor machines
Vacuum Bags


Board Security

125 Attacks blocked

Powered by phpBB © 2001, 2005 phpBB Group