Tagged Questions
8
votes
7answers
745 views
If your slightly strange CSS code works on all browsers on Windows, will it work on Mac and Linux?
I am testing some weird-looking CSS code that I wrote (I'm using a mix of percentages and pixel values for width of DIVs, basically). While I'm not convinced that it's right, it works perfectly on all ...
2
votes
4answers
85 views
have other browsers implemented conditional comments?
IE allows you to do detect which version of IE is running based on thier browsers comment conditions (I actually don't know if that is what they are called, someone can correct me if it is not).
...
1
vote
1answer
104 views
Navigation Dropdown Text Color doesn't work in FF and IE
I was able to get the navigation dropdown to show the letters in a different color from the background (white in this case) in Chrome browser. But when I view the same page in IE or FF, the whole ...
1
vote
3answers
270 views
HTML rendering bug in Chrome/safari - looks ok in firefox
I'm having a weird vertical spacing bug in chrome/safari that I missed when setting it up in firefox. It seems some vertical spacing rule is being ignored by one or the other. I've gone through the ...
1
vote
2answers
74 views
How to use Vendor Properties in Multiple Backgrounds?
I want to use multiple backgrounds in css, which are currently supported by Firefox 3.61, Chrome/Safari, supposedly Opera10.5 (doesn't run on gnu/linux). It is working fine, however i would like to ...
0
votes
1answer
22 views
Site block built with CSS first time is displayed incorrectly in Firefox and Safari
I try to replace site menu created on flash with simple menu with image and links. I do it with CSS. Background image inserts with CSS value: background: url(/image.png), and menu is just list of ...