Re: [css-d] [OT] Need Screenshot Please

2008-12-04 Thread Wade Smart
yahoo wrote: > Sorry about posting this here but I'm in desperate need of a > screenshot from someone using Konqueror on Linux. If you can help, > please contact me off list. > > Thank you, > Frank 20081204 1848 GMT-5 Frank check out: http://browsershots.org

Re: [css-d] [OT] Need Screenshot Please

2008-12-04 Thread Sandy
> Sorry about posting this here but I'm in desperate need of a > screenshot from someone using Konqueror on Linux. If you can help, > please contact me off list. > > Thank you, > Frank hey all, hi Frank There is a very nifty free screen shot service at http://browsershots.org/ that w

Re: [css-d] IE list-style-type bug

2008-12-04 Thread Benjamin Hawkes-Lewis
wlb wrote: > Greetings! > > I had a page with several ordered lists and styled them with > lower-alpha, which produced lists of all number 1s with no sequential > numbering. I tried several other possibilities with similar results. It sounds like your problem might be triggering hasLayout on th

[css-d] [OT] Need Screenshot Please

2008-12-04 Thread yahoo
Sorry about posting this here but I'm in desperate need of a screenshot from someone using Konqueror on Linux. If you can help, please contact me off list. Thank you, Frank __ css-discuss [EMAIL PROTECTED] http://www.

[css-d] IE list-style-type bug

2008-12-04 Thread wlb
Greetings! I had a page with several ordered lists and styled them with lower-alpha, which produced lists of all number 1s with no sequential numbering. I tried several other possibilities with similar results. Finally, I gave up and changed the lists to tags, but I've read that this also can c

Re: [css-d] Smarty and CSS - references?

2008-12-04 Thread Dejan Kozina
If you're using an external file or inline styles write it just like you'd do it in plain HTML, there's nothing different. The only situation where you can have problems is when declaring CSS inside the HEAD, when every {whatever} is interpreted as a Smarty tag. There are three ways to work around

[css-d] Active page highlighted in menu and hover highlight on images

2008-12-04 Thread Tony Kay
I am new to CSS and I have two problems which are undoubtably easy to solve but have eluded me so far. Any help would be appreciated. 1) I have a main nav and a subnav. I was able to make the main nav highlight the active area where the page is located by doing the following. CSS #about #top

Re: [css-d] IE7, z-index and absolute positioning

2008-12-04 Thread Gunlaug Sørtun
Debbie Campbell wrote: > I'm using absolute positioning on the eagle here: > >> http://www.redkitecreative.com/projects/vic/about.php > But it's not overlapping #window div in IE7. When I switch to > relative it works - what do I need to do to get it working with > absolute? Thanks for your hel

[css-d] IE7, z-index and absolute positioning

2008-12-04 Thread Debbie Campbell
I'm using absolute positioning on the eagle here: > http://www.redkitecreative.com/projects/vic/about.php > #eagle { > position: absolute; > top: -50px; > right: -70px; > z-index: 10; > } But it's not overlapping #window div in IE7. When I switch to relative it works - what do I need to do to g

[css-d] Smarty and CSS - references?

2008-12-04 Thread MEM
Anyone knows some informations about integrating a CSS file on a Smarty template. I intend to customize a smarty template, but doing so with CSS. I've google it but, no change. :( Thanks in advance, Márcio __ css-discuss [EMAI

Re: [css-d] building a menu

2008-12-04 Thread Matijs
Hello Martin, Looks like you're on the right track. What I'd do is make the submenu nested lists in the lists you already have. Then go on the interwebs and do a search for horizontal suckerfish. That's the technique you're after I think. You'll find ready to use javascript so even if it's not your