[svg-developers] Re: div CSS border attribute

2005-04-15 Thread Andreas Neumann




you can use

body style=margin:0;

in your HTML - have a look at the source code of
http://www.carto.net/williams/yosemite/index.html

in my Internetexplorer (6.0.2800.1106 on Win2k) it does not have any
border.

Andreas

--- In svg-developers@yahoogroups.com, Sean [EMAIL PROTECTED] wrote:
 I posted a few days ago a question about there being about a 2px or
3px: 
 padding of a border around an embeded svg, but haven't gotten any 
 responses.  It seems to be a CSS issue.  Anyway, below is the code 
 snipet.  Any insight would be appreciated.  Thanks.
 
 style type=text/css
 #border {position: absolute;border: 1px solid black}
 /style
 
 div id=border
 embed name=map class=map id=map src=index.svg 
 width=850px height=675px type=image/svg+xml /
 /div





-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Re: div CSS border attribute

2005-04-15 Thread Holger Will

Andreas Neumann wrote:




 you can use

 body style=margin:0;

sadly this still doesnt solve the problem.
but if you use your style on the embedd directly ( not the div ) the 
problem is gone...

style type=text/css
#border {width:850px;height:675px;border: 1px solid black}
/style

div
embed id=border name=map class=map id=map src=index.svg
width=850px height=675px type=image/svg+xml /
/div

hth
Holger




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [svg-developers] Re: div CSS border attribute

2005-04-15 Thread Sean

What was I thinking?!?  Thanks.

Holger Will wrote:

Andreas Neumann wrote:

  


you can use

body style=margin:0;



sadly this still doesnt solve the problem.
but if you use your style on the embedd directly ( not the div ) the 
problem is gone...

style type=text/css
#border {width:850px;height:675px;border: 1px solid black}
/style

div
embed id=border name=map class=map id=map src=index.svg
width=850px height=675px type=image/svg+xml /
/div

hth
Holger




-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links



 






  



-
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click edit my 
membership
 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/