1
vote
1answer
23 views

Background video that resizes to always fit the browser

I'm trying to create a website in which the background is a video. I've been searching for days on how to recreate something like Spotify's homepage background but cannot seem to make it work. My ...
0
votes
1answer
23 views

how to detect distro / os to apply css

I am currently using <!--[if statement to detect the type of browser the user has but i realized that the same browser (version and build) can produce different result on different operating ...
-6
votes
1answer
47 views

Cross Browser compatibility issues - Firefox vs. Chrome and Safari [closed]

I'm having trouble debugging a cross browser compatibility issue. Specifically the issue is in Firefox where the slider isn't showing up in the proper place, it looks ok in Chrome and Safari. Any ...
1
vote
2answers
55 views

Asynchronous playback of several <img> tags with same animated GIF

I have a lot of <img> tags on one HTML page some of whom share the same animated GIF file. The src URL is set dynamically by JavaScript but with my code the same characters are either played all ...
0
votes
1answer
41 views

Make table cells with <a> clickable and respect tabbed browsing

Right now I'm doing a td.click() and then window.location = td.find('a').attr('href') but it doesn't work if I'm clicking to make a new tab. And I can't programmatically click the <a>. Any ...
0
votes
4answers
80 views

what does Ctrl + PLUS/MINUS do in modern browsers?

From my understanding, the best way for increasing text size is using Ctrl + +. This also keeps the layout. But does anyone know what exactly browsers do when this key combination is pressed? I want ...
0
votes
0answers
34 views

Using <object> to embed pdf, does not expand to wrapping div in chrome

It's not a massive deal but would like consistency across browsers and the document would be easier read if it fills the box. In Chrome, increasing the 'width' only increases the margin around the pdf ...
1
vote
3answers
45 views

Html script tags after elements

Say I have a piece of html with inline javascript like this: <div id="myDiv"> </div> <script type="text/javascript"> var myElement = document.getElementById("myDiv"); ...
0
votes
4answers
36 views

Is different html page content to different browsers possible?

I have a fullscreen/background slideshow that my client loves that just utterly fails in Internet Explorer 8 and below. I think trying to fix that is way beyond my capabilities right now so I would ...
0
votes
2answers
58 views

Why can't I open this html page locally without an IIS Server?

I am currently working on a for fun project at https://github.com/loganhenson/jsrpg and have been working on it with a friend using visual studio professional and testing it on my local iis server. ...
2
votes
1answer
40 views

when i submit a form, the .php file loads in the browser instead of running

I'm trying to teach myself PHP and following along with an excercise from a book.. When i submit the form, the .php file loads in the browser instead of running.. I am testing this locally on a mac ...
0
votes
2answers
27 views

CSS or Color checker : Browser Plugin

Is there any tool or browser plugin for checking styles on a particular element specially it's color and it's background color code. I have a ASP.NET gridview with like ten's of CSS styles applied on ...
0
votes
3answers
79 views

hide all divs that contain a phrase inside them

I'd like to hide (remove) all <div> that contain a certain string. Like a filter. Think of it having the functionality of a browser add-on. Basically anything that is Within a tag within ...
0
votes
1answer
28 views

unhide div with browser backbutton

when i open div id list1 and followed by opening div id list2 then pressing the browser back button list1 won't reload. i cant find a way to make this possible, please help. appologies for my back ...
-3
votes
0answers
29 views

why firefox can't load a <div>? [closed]

I'm trying to create a theme for wordpress. in section of code i have 3 like this: <div id="main"> <div id="postbox"></div> <div id="container"></div> ...
-1
votes
1answer
32 views

develop a website that is compatible with all the browser and OS

I want to develop a website using html and php. I want a website that is compatible with all the browser and OS (tablette ,blackberry). I have tried before but it was a mess ,it wasn't compatible ...
0
votes
0answers
25 views

vanishing content in IE9 only when mouse moves

ok I recently asked about this problem but as I have zero clue where to begin or where to look for the problem I couldnt give much for people to go on. My problem is that a webpage on my site ...
1
vote
4answers
45 views

Why do the html controls in below page wrap when browser resized

Below is code for a simple HTML page. Despite the overflow and white-space settings in the style for container, the controls will wrap when the page is re-sized. I am testing in Chrome browser. Seems ...
4
votes
3answers
92 views

Image not working - Is it a Chrome Bug?

I'm having an issue with chrome and I wanted to know if is a bug or my fault. When I try to use an Image called 300x250.png the tag IMG is stripped from the browser, this is not happening with the ...
0
votes
0answers
26 views

HTML button element in consistency

I have used some button elements in my Spring MVC application form. While Chrome is returning the value attribute to the server over POST in all environments, IE 10 is returning the button text when ...
1
vote
2answers
62 views

Opening javascript links in new tab

(Question1, question2 and question3 looks how to force users open link in new tab) But in my situation I visit some sites regularly and they have links like this: <a ...
0
votes
1answer
19 views

Circle divs reposition when browser is minimized

Doing work for a client and ran across an issue. When the browser is maximized, the circles are in the right order: Days, Hours, Minutes, Seconds. However, when I shrink the browser the circles ...
0
votes
0answers
25 views

which browsers dont send the referer header?

I always read about the fact, that user-agents dont have to send the referer header so you cant rely on it. To limit others from "stealing" pictures from your page and generating extra load for you ...
0
votes
0answers
16 views

AAC+ Stream in a Browser?

Hello I am looking for any 'normal' way to get an AACP stream working in a Browser. I read through many StackOverflow threads and there does not seem any way that Flash would be able to play it off, ...
1
vote
2answers
117 views

How do browsers handle non-cacheable resources that are referenced more than once?

This Yahoo Developer Network article says that browsers handle non-cacheable resources that are referenced more than once in a single HTML differently. I didn't find any rule about this in the ...
0
votes
1answer
27 views

Why is my nav bar overlaying Fancybox and how can I fix it?

I've recently installed a photo gallery WordPress plugin on my school's website, and everything seems to be working except one thing: the navigation bar is overlaying images: Everything seems to ...
-3
votes
1answer
53 views

web site not rendered properly in IE 9 and below (CSS/HTML)

Im having an issue getting my site to work properly in IE9 and earleir (it works fine in IE10 as well as FireFox). The issue is that upon visiting the home page (or any of the pages that the ...
0
votes
1answer
34 views

How to explain this? Something wrong in the web page source

This is really hard to tell but I will give a try. I am developing a website using ASP.NET on VS2010 IDE. After Running my web site on my local computer the page works properly. Once, I wanted to see ...
0
votes
0answers
45 views

How to embed SWF inside the HTML page

I'm trying to speeden up the load times for a website. Specs in this post. Currently the SWF is inserted with Javascript, using the SWFObject library to insert an <object> or <embed> tag ...
0
votes
0answers
43 views

Firefox 9 Specific hack?

My CSS is working great for all browsers except Firefox 9. The issue is that Firefox 9 seems to handle absolute positioning differently than other browsers (I don't know if this is the case for other ...
1
vote
1answer
47 views

Why does this relative link work like an absolute link? [closed]

In this page http://www.english-attack.com/video-boosters, a link is included, just under the big image at the top: <a href="videobooster/promised-land/do-you-have-what-it-takes#comments">3 ...
2
votes
1answer
47 views

Does meta tag “charset=utf-8” ensure the correct visualization in any browser?

I am working on a website with multilingual characters (Latin,Cyrillic,Japanese, Chinese and so on) mixed together. I've used the following meta-tag to ensure the correct visualization of the ...
0
votes
1answer
53 views

Embedding a video into HTML5 (audio plays but screen shows black)

I'm trying to embed a video into my webpage. I've used the two example code: E.g 1 <video id="example_video_1" class="video-js vjs-default-skin" controls width="250" ...
0
votes
1answer
23 views

popout browser windows still part of main page

can browser popout windows be launched (like google talk conversation windows can be popped out into a new window from the main gmail page.) so they are still part of the main page i.e. share ...
2
votes
2answers
60 views

Will the DOM structure vary for same HTML based on the browser

Is the DOM structure is browser dependent for the base HTML files. If not then will the structure vary when the applications uses some java script libraries ...
0
votes
0answers
22 views

Why isn't the browser asking to remember the password… when I specify a target?

I know that the question has been asked a lot, but I am in a slightly different use case. There is a login page, using a simple <form>, hosted somewhere. The <form> is displayed in some ...
1
vote
1answer
33 views

Aside disappear suddenly - Never seen this issue

I'm currently creating a website, which has an div called Aside. This is basically an aside part of the website. I'm including it to my index.php. There is nothing serious about it, however I have a ...
1
vote
1answer
46 views

Browser view content collapse , When window get minimized?

My application will looks good if browser window is fully maximized. And content get collapsed when I minimized the browser window . I don't need the content to be collapsed. I have given the div ...
0
votes
2answers
65 views

Is it bad to have many classes in a HTML element?

In modern HTML coding, it is popular to add several class names to an element such as <div class="class1 class2 class3 class4 ..." </div> This gives us a great flexibility for mixing CSS ...
1
vote
4answers
63 views

How to have static page layout

Below is my code which is the page layout. but if we resize the browser it is keep changing. how can we have static page layout. <head> <style> body, html { margin:0; padding:0; } ...
0
votes
2answers
73 views

Setting minimum size limit for a window minimization of browser?

Is there anyway to set the minimum size of the window minimization manually for all browser support ? Don't hesitate ask question and also edit the question. Good answers are definitely appreciated. ...
0
votes
1answer
72 views

Videos not playing in certain browsers (I.E.10)

i am trying to get a video to play in all browsers, however while it works perfectly fine in chrome, in firefox it comes up with an error, and in I.E. 10 the video box loads up but does not run here ...
-2
votes
0answers
37 views

Browser resize impacting page layout [closed]

i have designed my page layout. but if i resize the browser it is impacting that. how can we restrict my page layout from scattering. Any help please... <head> <style> body, html { ...
1
vote
2answers
48 views

Spec for handling of HTML entities in a[href]

I'm looking for a spec on handling HTML entities in the href attribute of <a> tags. So far, no luck (I might be searching for something too specific). In detail: The bug I'm trying to fix is ...
-1
votes
0answers
28 views

How to post successfully with large code [migrated]

I have some issues in my html code. but unable to post question as it said "it looks like your post is mostly code. please add some more details". how can we overcome this issue. Thank you...
0
votes
1answer
71 views

How can we open a link in private browsing mode

In my web page there is a link which should be opened in private browsing mode always. So how can I do it using HTML/javascript/jquery/php?
0
votes
1answer
41 views

<a> doesn't link to external links including ids from internet explorer

I'm playing around with basic HTML and came up with some strange behavior of my browser I'm using Internet Explorer 10, Chrome 26.something and Firefox 20.0.1 When I click the element with the ...
0
votes
1answer
17 views

How to instruct browser to display a local page as if it was retrieved from the web

I would like to open a html file, but in a way that the browser will act as if I browsed to that page from a specific site.That is, it should expand partial addresses with regards to this site, not my ...
1
vote
1answer
67 views

Why do i have unwanted margin on top of my html page?

i keep getting unwanted top margin and cant remove it, i tried everything, this is affected one of my other projects as well, could find any solution. please help heres my html: <!DOCTYPE html ...
0
votes
1answer
49 views

setting external css to ck editor dynamically in djbrowser

i embedded ck editor (recent version 4.1) into dj browswer. dj browser and i want to set a external css file (http://mystyle.css) into the ck editor. but i do not want to modify or edit config ...

1 2 3 4 5 26