-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Guys,
Safari and Chrome seem to be adding extra padding/margins in regards to the text within the boxes at one of the pages within my website http://www.smsusyd.com/about-us/2010-executive-team/. What can I do to make it appear the same way it does in firefox and ie? Any help would be appreciated…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have the following HTML for buttons implementing sliding doors technique that look fine in everything but Safari on Windows:
<button type="submit">
<span>Button</span>
</button>
This is the corresponding CSS:
button {
background:url("../images/sprBgBtn.png")…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've created a class web page with a page for midterm review. It uses jsMath to turn Tex into nice math. (MathML looks awful) Anyway, I would occasionally like to have several problems per line. Each problem is in its own <span>, so if it needs to wrap, it won't split the problem.
It all…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My html anchor is as follows.
<a name="template-8"/>
<h4 class="template" id="template-8">A title</h4>
As far as I know the browser should skip to the element matching either name or id attributes.
When I type in the url http://my.site.com/templates#template-8 safari jumps down…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've got something that works perfectly in FF and MSIE but it's not working properly in Safari. It's a form with selects that get updated via AJAX/jQuery from a MySQL DB.
In Safari, when you select the first item, it correctly loads the options for the next select menu; however, when you choose one…
>>> More