Search found 162 matches

by rk
Mon 10. May 2004, 14:04
Forum: phpwcms Support English
Topic: style problems
Replies: 7
Views: 2015

Haaid wrote: that'll teach me not to think of non css compatible browsers like ie
if you don't care about the biggest part of the internet. :wink:
by rk
Mon 10. May 2004, 13:40
Forum: phpwcms Support English
Topic: style problems
Replies: 7
Views: 2015

:D

Nice Design, but it looks only in firefox correct . :o
by rk
Mon 10. May 2004, 13:16
Forum: phpwcms Support English
Topic: style problems
Replies: 7
Views: 2015

define the a:... inside your Menu-Div.

.miexpanded a:hover { ... }

or

.miselected a:hover { ... }
by rk
Thu 6. May 2004, 18:18
Forum: phpwcms Bug Reports
Topic: Message Centre - 3 Bugs ?
Replies: 3
Views: 2170

Code: Select all

I thought about removing that feature.
We don't use it. :o
by rk
Tue 4. May 2004, 09:59
Forum: phpwcms Feature Requests
Topic: More CSS
Replies: 9
Views: 3361

Pure CSS is a very good idea. And when "conf.template_default.inc.php" changed another idea is to use Standard-html-Tags. <h1> and not "articleHead" <p> and not "articleText" <pre> and not "articleCode" Design-Changes could be done via CSS, and if the frontend...
by rk
Mon 3. May 2004, 19:25
Forum: phpwcms Feature Requests
Topic: Work-Optimizing for Picture-Handling
Replies: 0
Views: 981

Work-Optimizing for Picture-Handling

some wishes for "picture-handling" :-) 1) show the info-field next to the image in file center and picture browser 2) "preload" info-field to caption 3) extend contentpart "pictures" with caption for every image 4) "multi-upload" in backend (5-10 files, not on...
by rk
Mon 3. May 2004, 18:23
Forum: phpwcms Support English
Topic: css link problem
Replies: 5
Views: 1527

contact-color

it is the color from contact-links. but why? it seems that you have a problem with your table-chaos :o. <tr> <tr> <td class="leftbottomfill">&nbsp;</td> one tr to much? delete doesn't help :-( Your CSS is wrong ;-). .contact a, a:link, a:visited { color : #FFFFFF; text-decoration: none...
by rk
Mon 3. May 2004, 18:11
Forum: phpwcms Support English
Topic: css link problem
Replies: 5
Views: 1527

Oooops

i try it again :oops:
by rk
Mon 3. May 2004, 17:52
Forum: phpwcms Support English
Topic: css link problem
Replies: 5
Views: 1527

Re: css link problem

it displays it as a white link.. allthough i dont specify it anywhere to be white (not in body, or in the css file) [/code] This is your body-tag :-): <body text="#000000" link="#000000" vlink="#000000" alink="#000000"> change it and i think it works ;-)
by rk
Fri 30. Apr 2004, 10:51
Forum: phpwcms Support English
Topic: No Articletext if more then one Article in Rubric
Replies: 3
Views: 1083

articlemenu was a good idea.

i create a hidden structure and use the articlemenu to access that structure.
by rk
Fri 30. Apr 2004, 00:12
Forum: phpwcms Support English
Topic: No Articletext if more then one Article in Rubric
Replies: 3
Views: 1083

No Articletext if more then one Article in Rubric

Hello, i want to show the contentparts (not only teaser) from one Article and the Headline from the next Articles as Link. But it seems, that if have made something wrong. I only see the Headlines form all Articles. current work sample: http://www.magicpages.de/idz/index.php?praxisorganisation Is it...
by rk
Sun 25. Apr 2004, 23:37
Forum: phpwcms Support English
Topic: Browser incompatibilites with menu and display
Replies: 9
Views: 1932

Re: Browser incompatibilites with menu and display

When I view http://www.nccbmwcca.org/index.php?calendar_of_events The top 5 article headings are too big in Windows Explorer. Looks fine in Safari. How can I make the font sizes more uniform? Use em instead of px in your frontend.css. Not font-size: 10px; better font-size: 1em; Mac and PC display w...