On Jun 5, 2006, at 8:37 PM, Ryan Moore wrote:
I am having a real problem with the this mark up.
[snip code]
The problem is in the the .featured_left_col & featured_right_col both
choose to ignore anything related to width, padding or margins?
Ideally,
I'd like to be able to place a border around the featured_listing
class but
I can't do that if I replace the featured_col. with div's. The
border
get's eaten up and will not display. This occurs in all major
browsers on
PC.
Width/height does *not* apply to inline elements.
<http://www.w3.org/TR/CSS21/visudet.html#propdef-width>
You have mark-up errors:
<span class=".featured_right_col">
what is that period doing there?
<span class=" featured_left_col">
white-space before the class name
class names will never be applied that way.
Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************