css

problem with TCPDF and CSS

Hello, I try to make a PDF writing CSS and HTML but my CSS doesn't appear in my PDF. The only thing considered is the font-size and font-color. I give you the code (sorry, it's a little long...) $config = sfTCPDFPluginConfigHandler::loadConfig('my_config'); $doc_title = "Fiche Logement"; $html = <<<EOF <style> .in...

JSF2 / Primefaces layout performance

Right now I'm using a full page layout and p:layoutUnits and page composition in my webapp. I have a fixed header with a menubar, and a content layoutunit, and that's all. It was easy to set up, but in IE (7) when I navigate to a new page the whole page reloads (visibly), the header is cleared then loaded, and - even more annoyingly - th...

Style Sheet Loading Problem

Using C# In my webpage style sheet is not loading, i am using Google Chrome Browser Code. <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head runat="server"> <title>Data Entry</title> <link rel="stylesheet" href="G:/style.css" type="text/css" charset="utf-8" /> </head> </html> The above code is not loading the style.css file. How ...

Feedback on website please.

Hello everybody, I was wondering what everybody thought of this project I've been working on and whether there is anything that I should change before launching it. Bare in mind this is my first go at designing a full site. Feel free to feedback on any aspect you feel is not up to scratch, ie design, code, whatever you like. I'll be...

iPhone & iPad position: fixed bottom problem

http://t1.kameleo.ch/ if you scroll down you will find a login button under the footer. If you click it, the login appears on the bottom of the screen. I have done this with a negative fixed positioning relative to the bottom of the page. This works fine in every browser, expect for mobile devices such as the iPad and the iPhone. The l...

Center horizontal list style menu

Hi, I have the following code: CSS #main { width:100%; height:120px; border:solid 1px #efefef; } #links { background-color:#808080; } #links ul { margin:0px auto; padding:0px; list-style:none; background-color:#eee; height:30px; } #links ul li { float:left; margin:0px; list-style:none...

google maps overlay layer

i'm trying to put a layer on top of my google maps to cover it up. There doesn't have to be any interaction with google maps, it's just one layer on top the other. what i have now: <div id="map"> <div id="overlay"></div> </div> in the map div i put my google maps, and the overlay layer has a background as big as the map div, b...

Why isn't my UL Menu working?

Here's the HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Hi World!</title> <link rel="stylesheet" type="text/css" href=...

CSS image design problem

Hello! This is the testsite i am working on: http://test.pafo.net/ As you can see, it cuts the middle line in half and i am trying to sort out why it does that. The body backgroundcolor is just for testing. The layout idea is <div> - entire box <div /> - top (image with the start line) <div> - content <div> - left (test 2 on ...

WP: Why does the last line of a sIFR blockquote have double line-height?

Hi, I currently have the following issue: http://img833.imageshack.us/img833/2654/downloadf.jpg I've been tooling around with the CSS but can't get ride of the issue. I think part of the problem is that WP automatically gives out P tags (which I'd also like to retain for usability, i.e. not disabling this in the WYSIWYG), i.e. the fin...

Mootools: How to make cross-browser chose option menu?

Mootools: How to make cross-browser chose option menu? 1 show just selected option 2 onclick on v show all option list (timeout delay) 3 onclick on different option, replace selected option <ul> <li class="selected">A<span>v</span></li> <li>B</li> <li>C</li> <li>D</li> </ul> Thanks very, very much! ...

what is the max number css rules I can specify in style sheet per browser

what is the max number css rules I can specify in style sheet per browser. ...

create css class on the fly in codebehind

I have a search page that is used in multiple places with multiple 'themes' throughout my site. I have a few divs that can have their background color changed based on a radio button selection (whether they are enabled or not). I can do this just fine by changing the css class of the div on the fly with javascript. However, these theme...

Using reset css - any reasonable drawbacks/counterarguments?

Hi, So far, including a CSS reset was a standard step for me at the very beginning of web page designing. I heard once the opinion that this is bad; however I had no opportunity to ask the guy who said that for the reasons. Now I'd like to know what drawbacks can you specify. ...

How to display a number (generated dynamically) into a square using CSS

Hi I'm new to CSS. I need to display a number (generated dynamically through ASP.NET MVC action method) on to a Square (normal image , whose face needs to be replaced with the dynamic number ). Can someone assist me in doing this . I am sure it will just take a minute for some one who knows CSS. Thanks, Vijay ...

How come there is 4px of extra padding appearing under my <a> element?

H3LLO, For some reason there is 4px of extra padding appearing under the a element. I am seeing this manifest in both Firefox and Chrome. I remember seeing this phenomenon on Flickr in its early days except it was a blue bar that appeared under s wrapped in elements. Here is a link to the example code that illustrates my problem. The...

Drawing over an image using Raphael.js

Can I put a Raphael.js canvas over an IMG element? What should I do make this layout work? ...

Web iPad app - how to differentiante between one- and two- finger scrolls.

Doing Web app for iPad clients, but need to recognize where user is doing one- and whe two-finger scrolls. Anybody know how to implement it? Any convenient jQuery plug in or something? Thanks. ...

CSS positioning issue with buysellads css code

Having issues with formatting my buysellads onto my wordpress theme below is the css code: ![alt text][1] display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:3px 40px 10px 10px;text-align:center;text-decoration:none;overflow:hidden;float:center;float:left; I need it to vertically align as seen on cssremix.co...

CSS pages not equal even with the same css-file

Hello! This is the site i am using as a test site: http://test.pafo.net/ My problem is that the pages, even thou they are equal, they change in position. If you click on Seite 2 and then Start and keep clicking on them, you will see that the entire container is moving a little. The only difference between those pages are that Seite 2 ...