I have some problems with a menu on my website.
In chrome, IE8, safari, FF etc it looks fine.
The only problem I have is IE7.
In IE7 the menu is not at the top of the site.
I have a seperate css file for IE7, but can't find the problem.
My site is http://www.e107webdesign.nl
It's the video menu at the right side of the screen.
It is...
Consider following DOM fragment:
<div id="div-1">foo</div>
<div id="div-2">bar</div>
Is it possible to insert HTML string (EDIT: that contains tags to render) between divs without wrapping it in another div (EDIT: or some other tag) created via document.createElement and setting its innerHTML property?
...
Does anyone know a css(or html) editor that autocompletes code as firebug do in css?
I think its called autocomplete as you type.
thanks
edit:
i found a project called zen-coding that create shortcuts for coding html and css. but im still faster with firebug
...
In the following link
http://code.google.com/apis/gdata/docs/json.html#Request
its given how to get the response results for json-in-script. But how to do I append the result if i want to call
http://gdata.youtube.com/feeds/api/videos?q=userSearchTerm&start-index=1&max-results=50&alt=json-in-script&callback=myFunction
m...
eg:
<ul>
<li>a</li>
<li>b</li>
</ul>
By default it generates: ab
But I want:
a
b
How can I do that?
...
I have a classifieds website, and a partner of us (who runs another classifieds website) need to have access to a file on our server.
The file is called 'partner.php'.
This file simply prints out some information about the classifieds on our site.
So for our partners, they would just need to access "www.domain.com/partner.php?id=1234"...
I'm looking for something similar to the a html a tag title text but I want the text to come from a separate file.
For example
<a href="xyz.htm" title="how do I retrieve this text from a file?">whatever</a>
...
Good morning
is there a clever way to use a javascript regular expression to clean up this string:
var spans = "<SPAN><A href="javascript:sel.RemoveProductFromSelection('12372');"><IMG src="remove.gif" width=18> </A>Mirage - JOY</SPAN>
<SPAN><A href="javascript:sel.RemoveProductFromSelection('12427');"><IMG src="remove.gif" width=18> <...
Hi,
I have a website page that uses tables for layout and I am trying to convert it to CSS (never used before)
The navigation is 6 forms with different images placed besides. I know I can give each of these an id and position using css but there must be a less clunky way?
I was wondering If I can create a class which specifies the lin...
My menu's at the right column are bigger than my newsarticles.
This is causing that the menu is overlapping my footer.
How do I get my footer pushed down in the same proportion as my right column?
Any help would be appreciated
website: http://www.e107webdesign.nl
...
hi,
i have a requirement, i want to take URL of image from user and then convert it to bytes format, and send it my server, i am using tomcat as web-app server and hibernate as ORM tool, i am already written the server side code for saving the incoming bytes into a table using BLOB, but my problem is that how can i convert the image in...
Hi to everybody :)
Im starting making an application with GWT. Now, i use the AbsolutePanel widget to describe a "div". After this, i create a label (should be a span?), i add to this panel and i apply a css class to the div.
this is the code :
public void onModuleLoad() {
AbsolutePanel contenitore = new AbsolutePanel();
final...
I am trying to get a validation process to work using Javascript, my form has four radio buttons and one submit button, and I wanted to make it so if the user clicks submit and no radio buttons are selected then it pops up an alert and doesn't submit the form. Here's what my form looks like:
<form method="post" name="inform">
If you che...
Hi,
I have an html file that accepts user inputs then uses Javascript to calculate a value based on those inputs. That result is then displayed in an input box after the program has finished.
What I'd like to do is make it so that when you click on the button to run the javascript, the input box that displays the result will show 'Cal...
Somehow my news is pushed down in Internet Explorer 7 (on all other browsers its ok).
I want to get rid of the gap between the menu's and the news, so the news will fit to the menu area's.
Any idea where I can find the missing link?
Website is: http://www.e107webdesign.nl
Help would be appreciated.
...
I have recently made a new homepage for my company so that employees can access various cloud services such as fleet trackers etc easily.
I also put a google search box on this page so that users would not feel the need to switch back to a search engine for their homepage.
I achieved this by using this form.
<form method="get" action=...
is there any c++ libraries avialable to read
...
I was given an assignment to develop a very simple weather app in Android using the data given from
http://forecast.weather.gov/zipcity.php
This would be my first actual android app, my only other experience is watching/reading many tutorials on getting started.
To give some background information of the app, it simply needs to have ...
Hi,
I'm trying to generate an excel file using html in php and responding with an excel Content-type. Everything works fine except new lines within a cell . They are not preserved.
I've tried ; ; \r\n ,chr(13).chr(10) and it didn't work.
I'm trying to get the same result from alt + enter from microsoft Excel .
I am generating in a ce...
Please view the page linked below to understand the question.
http://forecast.weather.gov/zipcity.php
How would I go about finding the name of that city/state/zip text input field?
I need to allow a user to enter the city, state or zip into my own text field and then submit that to the above website's form but I don't know how to spec...