Title: Need help for css (using firebug)
Last modified: August 18, 2016

---

# Need help for css (using firebug)

 *  [xinfo](https://wordpress.org/support/users/xinfo/)
 * (@xinfo)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/need-help-for-css-using-firebug/)
 * Hi
 * recently i installed new plugin for my firefox
 * [http://www.joehewitt.com/software/firebug/](http://www.joehewitt.com/software/firebug/)
 * when i when thro my site using firefox and verfied debugger via plugin it says
   some thing like below like to know what i should do next kind new to css i dont
   know what is debugger .do i have to paste this code in my theme ? if so where
   i should
 *  1function createRequestObject() {
    2 var ro; 3 var browser = navigator.appName;
   4 if(browser == “Microsoft Internet Explorer”){ 5 ro = new ActiveXObject(“Microsoft.
   XMLHTTP”); 6 }else{ 7 ro = new XMLHttpRequest(); 8 } 9 return ro; 10} 11 12function
   sndReq(action, tag, post, format) { 13 var http = createRequestObject(); 14 15
   http.open(‘get’, ‘[http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=’+action+’&tag=’+tag+’&post=’+post+’&format=’+format](http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=’+action+’&tag=’+tag+’&post=’+post+’&format=’+format));
   16 http.onreadystatechange = handleResponse; 17 http.send(null); 18} 19 20function
   sndReqNoResp(action, tag, post) { 21 var http = createRequestObject(); 22 23 
   http.open(‘get’, ‘[http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=’+action+’&tag=’+tag+’&post=’+post](http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=’+action+’&tag=’+tag+’&post=’+post));
   24 http.send(null); 25} 26 27function sndReqGenResp(action, tag, post, format){
   28 var http = createRequestObject(); 29 30 http.open(‘get’, ‘[http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=’+action+’&tag=’+tag+’&post=’+post+’&format=’+format](http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=’+action+’&tag=’+tag+’&post=’+post+’&format=’+format));
   31 http.onreadystatechange = handleResponseGeneric; 32 http.send(null); 33} 34
   35function handleResponseGeneric() { 36 if(http.readyState == 4){ 37 var response
   = http.responseText; 38 var update = new Array(); 39 40 document.getElementById(“
   ajaxResponse”).innerHTML = response; 41 } 42} 43 44function handleResponse() {
   45 if(http.readyState == 4){ 46 var response = http.responseText; 47 var update
   = new Array(); 48 49 if(response.indexOf(‘|’ != -1)) { 50 update = response.split(‘
   |’); 51 document.getElementById(“tags-” + update[0]).innerHTML = update[1]; 52}
   53 } 54} 55 56function askYahooForKeywords() { 57 var http = createRequestObject();
   58 59 try { 60 http.open(‘POST’,’[http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=requestKeywords&service=yahoo&content=&#8217](http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=requestKeywords&service=yahoo&content=&#8217);
   + document.getElementById(“content”).value); 61 http.onreadystatechange = function(){
   62 if(http.readyState == 4){ 63 document.getElementById(“yahooSuggestedTags”).
   innerHTML = http.responseText; 64 } 65 }; 66 http.send(escape(document.getElementById(‘
   content’).value)); 67 } catch (ex) { 68 alert(“Something done went wrong:” + 
   ex); 69 } 70} 71 72function askTagyuForKeywords() { 73 var http = createRequestObject();
   74 75 try { 76 http.open(‘POST’,’[http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=requestKeywords&service=tagyu&content=&#8217](http://www.xinfo.us/wp-content/plugins/UltimateTagWarrior/ultimate-tag-warrior-ajax.php?action=requestKeywords&service=tagyu&content=&#8217);
   + document.getElementById(“content”).value); 77 http.onreadystatechange = function(){
   78 if(http.readyState == 4){ 79 document.getElementById(“tagyuSuggestedTags”).
   innerHTML = http.responseText; 80 } 81 }; 82 http.send(escape(document.getElementById(‘
   content’).value)); 83 } catch (ex) { 84 alert(“Something done went wrong:” + 
   ex); 85 } 86}

The topic ‘Need help for css (using firebug)’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [xinfo](https://wordpress.org/support/users/xinfo/)
 * Last activity: [19 years, 6 months ago](https://wordpress.org/support/topic/need-help-for-css-using-firebug/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
