Jump to content

dornad

Members
  • Posts

    6
  • Joined

  • Last visited

dornad's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello everybody:Here's the deal: I'm building a dynamic site, that usually report some info from a WebService.I'm trying to make the user focus on the pulled information, so I thought about using opacity to put enphasis on the information which will always show up in a DIV with class info_websrv.My approach according to CSS3 should be to declare body with an opacity of 0.X and info_websrv with opacity of 1. This should work, as opacity doesn't inherit. However the entire page ends up with the 0.X opacity.I already know about the -moz-opacity and the IE only filter:alpha(opacity=X00), but neither seem to work.I know this is possible, as I seen the effect (bancolombia.com)Plz helpDaniel Rodriguez
  2. I think this is better :Javascript (pdf)Html (pdf)
  3. I have a FORM tag which isn't being recognized by the browser. When I click on submit, the following error:"document.getElementById('form_dialogo_subir_archivos') has no properties." However if I check the source code, the form tag is there. A curious thing is that when I use the firebug extension to check the code, the form tag is missing.I already trying validatiing the file against the W3 parsers but, since I'm suing Dojo, the parsers keep reporting issues with the Dojo tags.I'm completely lost.Please help.
  4. Hi,I need help with a XMLBeans based App that I'm developing for a client. My client right now stores his info in someXML's which he currently uses in a .NET based App :<company> <division> <manager/> <email/> <subdivisions> <division> ... </division> <division> ... </division> </subdivisions> </division> <division> ... </division> ... </company>I'm trying to create a XSD for that structure, however I'm stuck with the division reference inside the subdivisions. Is there any way to support this "circular" reference in XSD ?
×
×
  • Create New...