> Something that is browser compatible would be greatly appreciated.
What have you tried so far? What isn't working? Sending a link for
review works better.
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/m
I would just take your PSD of the desired look-and-feel, minus the text, and
use it to make one giant bacground image.
Then just position your content, absolutely or otherwise, over the boxes
where you want it.
The big "blue bar" strikes me as kind of an odd user interface, and not
necessarily wo
this is trumping your global p centering:
#ctrtext p {grfxjobs.css (line 177)
text-align:left;
vertical-align:middle;
}
On Mon, Jul 14, 2008 at 9:46 AM, Kim Brooks Wei <[EMAIL PROTECTED]>
wrote:
> http://thewei.com/sandbox/grfxjobs/bizcards/
>
> My centered p won't center. Help, please . . .
>
this is a good way to get a consistent font size:
* {
font-size: 100.01%; /*
http://css-discuss.incutio.com/?page=InternetExplorerWinBugs */
}
html { /*
http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/
*/
font-size: 62.5%; /* will set your font-si
I think you are referring to CSS sprites:
http://www.google.com/search?hl=en&q=css+sprites&btnG=Google+Search
For example, see:
http://businessweek.com/
Top nav image file:
http://images.businessweek.com/gen/nav/global_nav_20071220.gif
On Thu, Jun 19, 2008 at 8:36 PM, Christopher <[EMAIL PRO
CSS:
h2 span {color:red}
p span {font-weight:bold}
HTML:
Lorem ipsum dolor
do until OnGuestbook.EOF %>
Name: <% Response.Write (OnGuestbook("Name"))%>
E-mail: <% Response.Write (OnGuestbook ("Email"))%>
Website: <% Response.Write (OnGuestbook("Website")) %>
Gender: <% Response.Write (OnGues
works fine for me, all day long:
This contains everything except IE 7: http://tredosoft.com/Multiple_IE
This contains IE 7: http://tredosoft.com/IE7_standalone
On Fri, Apr 4, 2008 at 2:07 PM, Katherine Coynor <[EMAIL PROTECTED]> wrote:
> Don't think so. When I tried to use both on my desktop th
This contains everything except IE 7: http://tredosoft.com/Multiple_IE
This contains IE 7: http://tredosoft.com/IE7_standalone
On Thu, Apr 3, 2008 at 11:44 AM, Cristian Palmas <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> Can I install on my Win XP SP2 PC Internet Explorer 7 but keeping the
> IE6 for test
]>
wrote:
> Hi Ben,
>
> On 19-Feb-08, at 10:58 PM, Ben Fider wrote:
>
> > I've been needing to use compact forms for a few projects. In other
> > words:
> > the form field's labels need to be INSIDE the input element.
>
> How does this technique work fo
I've been needing to use compact forms for a few projects. In other words:
the form field's labels need to be INSIDE the input element.
I've been using the following technique (JS), but their is a noticeable lag
as the page loads, and then the script puts the labels into the input box.
http://ww
I could hand code all day long using only a text editor like Notepad or
Crimson editor.
But, I use DW's code view to build most everything, because as I type HTML
and CSS it beautifully suggests what I begin to type and finishes it (if I
so choose). This speeds up my coding big time.
Furthermore
Create stylesheets with the css you want to feed IE6 and IE7. Then put
conditional comments in the head of your page:
that's exactly what it was. thank you very much!
On Dec 10, 2007 6:28 AM, Ingo Chao <[EMAIL PROTECTED]> wrote:
> Ben Fider wrote:
> > ...
> > http://fiderweb.com/z/
>
> looks like a sticky hover bug in IE7
> http://www.satzansatz.de/cssd/pseudocss.html
This is my first post to CSS Discuss, and I'm paranoid that I didn't submit
it correctly. Can someone verify if I have (all I did was email to
css-d@lists.css-discuss.org)?
Perhaps this question is off-topic because of the javascript. Thoughts?
On Dec 9, 2007 9:30 AM, Ben Fid
Hello,
This menu seems to work fine in all new browsers that I've tested with,
except IE7. The nested lists don't seem to get repositioned correctly when
not hovered, and they all are in the same location, as if they were all
nested within the top-most list item.
I would appreciate any help. Th
15 matches
Mail list logo