Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

<ul> question
 

Sparkplug




quote this post edit post

IP Loged report this post

Old Post  08-09-04 - 05:16 PM  
http://www.porterhouseit.com/PIT/PorterhouseIT.php renders correctly in
IE6 and Netscape 7.0, and is valid according to http://validator.w3.org/,
but the <ul> elements appear badly in Opera 7.5. Any ideas?

Other constructive criticism welcome.

--
Sparkplug

Using Opera's revolutionary e-mail client: http://www.opera.com/m2/


Post Follow-Up to this message ]
Re: <ul> question
 

Andrew Urquhart




quote this post edit post

IP Loged report this post

Old Post  08-10-04 - 12:16 AM  
*Sparkplug* wrote:
> http://www.porterhouseit.com/PIT/PorterhouseIT.php renders correctly
> in IE6 and Netscape 7.0, and is valid according to
> http://validator.w3.org/

Note the entity warning though that prevents CSS 'validation'

> , but the <ul> elements appear badly in Opera 7.5. Any ideas?

[NB: I assume 'badly' means centred?]

You've used a <center> tag to centre all child elements, of which your
unordered list is a member. It looks as if Opera has honoured that user
defined rule when IE and NN7 have applied a default 'text-align: left'
rule for the table cells that your <ul>s are contained in. Overcome this
rendering uncertainty by explicitly defining a 'text-align: left' rule
for 'td.services'. You may then see that you've not left enough padding
for the bullets and may need to set: td.services ul {padding-left: 2em;
}

> Other constructive criticism welcome.

Brief comments about markup and CSS:
It's a bit 'tag-soupy' and there is a fair bit of CSS that has little or
no effect that could be trimmed away. The constructive aspect of that
criticism is that you'd have less complex markup and CSS to maintain,
downloads would be slightly faster and you'd save slightly on data
transfer costs. You have lots of 'xx-small' and 'x-small' font size
rules, fortunately I can override these in my browser so that I can
actually read the page, but you might want to consider using the
browsers/operating system's default font-size (unless your user base is
20:20-vision endowed 16-year olds using 19-inch/48cm monitors!) <g>

Best,

PS: If a document validates to its DTD, it doesn't imply that the
document will be acceptably presented (whether to a GUI-based user-agent
or to a text browser).
--
Andrew Urquhart
- Contact me: http://andrewu.co.uk/contact/
- 'Staccato signals of constant information
A loose affiliation of millionaires and billionaires' - Paul Simon




Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 02:33 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Site Ratings & Reviews archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top