Jump to content

djamidin

Members
  • Posts

    10
  • Joined

  • Last visited

djamidin's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. hmmmm, that might be the problem.I am going to try some things in a couple of days.I have a deadline on thursday to catch though.Back end stuff!!!but thanks for the input so far.
  2. this is the link to the css file:http://illusimodo.nl/style.cssit is not explanatory helped with comment from me but i might add it later to make things more tidy!i think that the <div class="iest"> is somewhat acting different in mozilla but i am not sure.---edit: i just found out that mozilla firefox accepts the fact that i want to show my 'zoeken' button as a gold button(though the buttontext appears over the buttontext, i can solve that easely) and in IE it shows as a normal button.o i do hate multiple browsers with CSS---
  3. i am currently working on illusimodo and in IE it shows all fine but in mozilla firefox my search input with button shows all the way to the left.how can i solve this?gr Djamidin
  4. solution thanks to hacknsack.using position absolute and the left property!not exactly a way to influence the float property but a way around it.Thx
  5. In other words,How can i change the float property of an element using Javascripting,Thank you!
  6. Hello,I am trying to alter the float property in a stylesheet on a onclick() event. function EventCollapse(){ if(dd==0) { dd=1; document.getElementById('hideevents').style.visibility="hidden"; document.getElementById('hideevents').style.width="0px"; document.getElementById('collapseB').style.float="right"; } else { dd=0; document.getElementById('hideevents').style.visibility="visible"; document.getElementById('hideevents').style.width="222px"; document.getElementById('collapseB').style.float="left"; }} the visibility works.width i am not sure not checked butthe float property is foolhardy.Is there a reason for this or is there another way to do this???
  7. thx all,For now i stick with the input as it is.Maybe in some distant future will i make my own graphics and script the functionality that the input button has myself.Grts, Djam
  8. first of all is it possible to affect the radiobuttons at all with CSS?ive tried background and it did work around the radiobutton.now i want to change the colouring of the radiobuttons themselves.Anyone worked this out already?
×
×
  • Create New...