Hello Chris;

Am a little tired, but you have one of the padding bugs in there, which one am not sure;

Looking at your CSS though gives this for the element in question:

#header div.time strong  {
background: #FFF;
font-size: 0.8em;
padding: 0 0.5em;
border: 1px solid #000;;
border-right: none;
}

Clean that one up some to become:

#header div.time strong  {
background: #ffffff;
font-size: 0.8em;
padding: 0 0.5em 0 0; (assuming you want this to have right padding with 0.5em)
border-top: 1px solid #000000;
border-right: none;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}

and see if that helps.

As for XHTML Strict DTD and target new, go back to use the standard DTD, and <a href="http://www.simplyrewarding.net/someurl/"; onclick="window.open(this.href); return false;">Some link text here</a>

  Regards
   ~Veine

At 02:10 PM 3/5/2005 +1100, you wrote:

Hey Nick,

The customised DTD simply allows: target="_blank"
Thats all.

It is otherwise the standard XHTML Strict DTD.

Nick Gleitzman wrote:

On 5 Mar 2005, at 1:35 PM, Chris Stratford wrote:


My website - www.simplyrewarding.net looks great in FireFox.

Yet IE has this little bug:
http://www.simplyrewarding.net/media/ie_dumb.jpg

I am not sure WHICH bug it is, so I can fix it!
Any help??


I stopped looking as soon as I saw the custom DTD - how can you predict results when you move outside of standards?

BTW - your header is even worse in IE5/Mac - screenshot coming offlist..

N
___________________________
Omnivision. Websight.
http://www.omnivision.com.au/

Veine K Vikberg http://www.vikberg.net Professional Web Guru


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.6.1 - Release Date: 3/4/2005


****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to